Html Css Color HEX #532408 Baker's Chocolate

📋 copy color: '#532408'

red 83 ◦ green 36 ◦ blue 8

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

Shades of Baker's Chocolate #532408

Tints of Baker's Chocolate #532408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 65.35%
G = 28.35%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#532408 (or 0x532408) is known color: Baker's Chocolate. HEX triplet: 53, 24 and 08. RGB value is (83,36,8). Sum of RGB (Red+Green+Blue) = 83+36+8=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532408 is #ACDBF7. Grayscale: #2F2F2F. Windows color (decimal): -11328504 or 533587. OLE color: 533587.

HSL color Cylindrical-coordinate representation of color #532408: hue angle of 22.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532408 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 8 -
CMYK 0 0.57 0.90 0.67
HSL 22.4º 0.82% 0.18% -
HSV(B) 22.4º 0.9% 0.33% -
XYZ 4.24 3.12 0.61 -
YUV 46.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 83 36 8 0 0.57 0.90 0.67 22.4 0.82 0.18
Hex 53 24 8 0 39 5A 43 16 52 12
Octal 123 44 10 0 71 132 103 26 122 22
Binary 1010011 100100 1000 0 111001 1011010 1000011 10110 1010010 10010

Color Harmonies of #532408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532408

Black with #532408

Text Example


Text Example

White with #532408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532408; }

 p { color: rgb(83,36,8); }

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

background-color css

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

 a { background-color: rgb(83,36,8); }

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

border-color css

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

 span { border-color: rgb(83,36,8); }

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