Html Css Color HEX #533509 Baker's Chocolate

📋 copy color: '#533509'

red 83 ◦ green 53 ◦ blue 9

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

Shades of Baker's Chocolate #533509

Tints of Baker's Chocolate #533509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.55%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 57.24%
G = 36.55%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#533509 (or 0x533509) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 09. RGB value is (83,53,9). Sum of RGB (Red+Green+Blue) = 83+53+9=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #533509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533509 is #ACCAF6. Grayscale: #393939. Windows color (decimal): -11324151 or 603475. OLE color: 603475.

HSL color Cylindrical-coordinate representation of color #533509: hue angle of 35.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #533509 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 9 -
CMYK 0 0.36 0.89 0.67
HSL 35.68º 0.8% 0.18% -
HSV(B) 35.68º 0.89% 0.33% -
XYZ 4.89 4.4 0.85 -
YUV 56.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 83 53 9 0 0.36 0.89 0.67 35.68 0.8 0.18
Hex 53 35 9 0 24 59 43 24 50 12
Octal 123 65 11 0 44 131 103 44 120 22
Binary 1010011 110101 1001 0 100100 1011001 1000011 100100 1010000 10010

Color Harmonies of #533509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533509

Black with #533509

Text Example


Text Example

White with #533509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533509; }

 p { color: rgb(83,53,9); }

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

background-color css

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

 a { background-color: rgb(83,53,9); }

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

border-color css

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

 span { border-color: rgb(83,53,9); }

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