Html Css Color HEX #532206 Baker's Chocolate

📋 copy color: '#532206'

red 83 ◦ green 34 ◦ blue 6

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

Shades of Baker's Chocolate #532206

Tints of Baker's Chocolate #532206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 67.48%
G = 27.64%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#532206 (or 0x532206) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 06. RGB value is (83,34,6). Sum of RGB (Red+Green+Blue) = 83+34+6=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532206 is #ACDDF9. Grayscale: #2D2D2D. Windows color (decimal): -11329018 or 402003. OLE color: 402003.

HSL color Cylindrical-coordinate representation of color #532206: hue angle of 21.82º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #532206 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 6 -
CMYK 0 0.59 0.93 0.67
HSL 21.82º 0.87% 0.17% -
HSV(B) 21.82º 0.93% 0.33% -
XYZ 4.17 3 0.53 -
YUV 45.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 83 34 6 0 0.59 0.93 0.67 21.82 0.87 0.17
Hex 53 22 6 0 3B 5D 43 16 57 11
Octal 123 42 6 0 73 135 103 26 127 21
Binary 1010011 100010 110 0 111011 1011101 1000011 10110 1010111 10001

Color Harmonies of #532206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532206

Black with #532206

Text Example


Text Example

White with #532206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532206; }

 p { color: rgb(83,34,6); }

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

background-color css

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

 a { background-color: rgb(83,34,6); }

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

border-color css

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

 span { border-color: rgb(83,34,6); }

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