Html Css Color HEX #532508 Baker's Chocolate

📋 copy color: '#532508'

red 83 ◦ green 37 ◦ blue 8

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

Shades of Baker's Chocolate #532508

Tints of Baker's Chocolate #532508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 64.84%
G = 28.91%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#532508 (or 0x532508) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 08. RGB value is (83,37,8). Sum of RGB (Red+Green+Blue) = 83+37+8=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532508 is #ACDAF7. Grayscale: #2F2F2F. Windows color (decimal): -11328248 or 533843. OLE color: 533843.

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

Color convert

RGB 83 37 8 -
CMYK 0 0.55 0.90 0.67
HSL 23.2º 0.82% 0.18% -
HSV(B) 23.2º 0.9% 0.33% -
XYZ 4.27 3.18 0.62 -
YUV 47.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 83 37 8 0 0.55 0.90 0.67 23.2 0.82 0.18
Hex 53 25 8 0 37 5A 43 17 52 12
Octal 123 45 10 0 67 132 103 27 122 22
Binary 1010011 100101 1000 0 110111 1011010 1000011 10111 1010010 10010

Color Harmonies of #532508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532508

Black with #532508

Text Example


Text Example

White with #532508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532508; }

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

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

background-color css

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

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

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

border-color css

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

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

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