Html Css Color HEX #532308 Baker's Chocolate

📋 copy color: '#532308'

red 83 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #532308

Tints of Baker's Chocolate #532308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 65.87%
G = 27.78%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#532308 (or 0x532308) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 08. RGB value is (83,35,8). Sum of RGB (Red+Green+Blue) = 83+35+8=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532308 is #ACDCF7. Grayscale: #2E2E2E. Windows color (decimal): -11328760 or 533331. OLE color: 533331.

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

Color convert

RGB 83 35 8 -
CMYK 0 0.58 0.90 0.67
HSL 21.6º 0.82% 0.18% -
HSV(B) 21.6º 0.9% 0.33% -
XYZ 4.21 3.06 0.6 -
YUV 46.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 83 35 8 0 0.58 0.90 0.67 21.6 0.82 0.18
Hex 53 23 8 0 3A 5A 43 16 52 12
Octal 123 43 10 0 72 132 103 26 122 22
Binary 1010011 100011 1000 0 111010 1011010 1000011 10110 1010010 10010

Color Harmonies of #532308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532308

Black with #532308

Text Example


Text Example

White with #532308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532308; }

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

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

background-color css

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

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

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

border-color css

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

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

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