Html Css Color HEX #552A06 Baker's Chocolate

📋 copy color: '#552A06'

red 85 ◦ green 42 ◦ blue 6

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

Shades of Baker's Chocolate #552A06

Tints of Baker's Chocolate #552A06

RGB

 RED value IS 85 (33.59% from 255) = 63.91%

 GREEN value IS 42 (16.8% from 255) = 31.58%

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

R = 63.91%
G = 31.58%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#552A06 (or 0x552A06) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 06. RGB value is (85,42,6). Sum of RGB (Red+Green+Blue) = 85+42+6=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A06 is #AAD5F9. Grayscale: #323232. Windows color (decimal): -11195898 or 404053. OLE color: 404053.

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

Color convert

RGB 85 42 6 -
CMYK 0 0.51 0.93 0.67
HSL 27.34º 0.87% 0.18% -
HSV(B) 27.34º 0.93% 0.33% -
XYZ 4.61 3.6 0.62 -
YUV 50.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 85 42 6 0 0.51 0.93 0.67 27.34 0.87 0.18
Hex 55 2A 6 0 33 5D 43 1B 57 12
Octal 125 52 6 0 63 135 103 33 127 22
Binary 1010101 101010 110 0 110011 1011101 1000011 11011 1010111 10010

Color Harmonies of #552A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A06

Black with #552A06

Text Example


Text Example

White with #552A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552A06; }

 p { color: rgb(85,42,6); }

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

background-color css

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

 a { background-color: rgb(85,42,6); }

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

border-color css

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

 span { border-color: rgb(85,42,6); }

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