Html Css Color HEX #53311D Brown Bramble

📋 copy color: '#53311D'

red 83 ◦ green 49 ◦ blue 29

#53311D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #53311D

Tints of Brown Bramble #53311D

RGB

 RED value IS 83 (32.81% from 255) = 51.55%

 GREEN value IS 49 (19.53% from 255) = 30.43%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 51.55%
G = 30.43%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53311D (or 0x53311D) is known color: Brown Bramble. HEX triplet: 53, 31 and 1D. RGB value is (83,49,29). Sum of RGB (Red+Green+Blue) = 83+49+29=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311D is #ACCEE2. Grayscale: #393939. Windows color (decimal): -11325155 or 1913171. OLE color: 1913171.

HSL color Cylindrical-coordinate representation of color #53311D: hue angle of 22.22º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53311D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 29 -
CMYK 0 0.41 0.65 0.67
HSL 22.22º 0.48% 0.22% -
HSV(B) 22.22º 0.65% 0.33% -
XYZ 4.89 4.12 1.7 -
YUV 56.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 83 49 29 0 0.41 0.65 0.67 22.22 0.48 0.22
Hex 53 31 1D 0 29 41 43 16 30 16
Octal 123 61 35 0 51 101 103 26 60 26
Binary 1010011 110001 11101 0 101001 1000001 1000011 10110 110000 10110

Color Harmonies of #53311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53311D

Black with #53311D

Text Example


Text Example

White with #53311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53311D; }

 p { color: rgb(83,49,29); }

 H1.HeaderClassName
 {
   color: #53311D;
 }
 .AnyTagClassName
 {
   color: #53311D;
 }
</style>

background-color css

<style>
 a { background-color: #53311D; }

 a { background-color: rgb(83,49,29); }

 div.DivClassName
 {
   background-color: #53311D;
 }
 .BgClassName
 {
   background-color: #53311D;
 }
</style>

border-color css

<style>
 span { border-color: #53311D; }

 span { border-color: rgb(83,49,29); }

 td.TdClassName
 {
   border-color: #53311D;
 }
 .TagClassName
 {
   border-color: #53311D;
 }
</style>