Html Css Color HEX #532908 Baker's Chocolate

📋 copy color: '#532908'

red 83 ◦ green 41 ◦ blue 8

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

Shades of Baker's Chocolate #532908

Tints of Baker's Chocolate #532908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 62.88%
G = 31.06%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#532908 (or 0x532908) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 08. RGB value is (83,41,8). Sum of RGB (Red+Green+Blue) = 83+41+8=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532908 is #ACD6F7. Grayscale: #313131. Windows color (decimal): -11327224 or 534867. OLE color: 534867.

HSL color Cylindrical-coordinate representation of color #532908: hue angle of 26.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 #532908 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 8 -
CMYK 0 0.51 0.90 0.67
HSL 26.4º 0.82% 0.18% -
HSV(B) 26.4º 0.9% 0.33% -
XYZ 4.4 3.44 0.66 -
YUV 49.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 83 41 8 0 0.51 0.90 0.67 26.4 0.82 0.18
Hex 53 29 8 0 33 5A 43 1A 52 12
Octal 123 51 10 0 63 132 103 32 122 22
Binary 1010011 101001 1000 0 110011 1011010 1000011 11010 1010010 10010

Color Harmonies of #532908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532908

Black with #532908

Text Example


Text Example

White with #532908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532908; }

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

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

background-color css

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

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

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

border-color css

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

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

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