Html Css Color HEX #552E08 Baker's Chocolate

📋 copy color: '#552E08'

red 85 ◦ green 46 ◦ blue 8

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

Shades of Baker's Chocolate #552E08

Tints of Baker's Chocolate #552E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.09%

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

R = 61.15%
G = 33.09%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#552E08 (or 0x552E08) is known color: Baker's Chocolate. HEX triplet: 55, 2E and 08. RGB value is (85,46,8). Sum of RGB (Red+Green+Blue) = 85+46+8=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E08 is #AAD1F7. Grayscale: #353535. Windows color (decimal): -11194872 or 536149. OLE color: 536149.

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

Color convert

RGB 85 46 8 -
CMYK 0 0.46 0.91 0.67
HSL 29.61º 0.83% 0.18% -
HSV(B) 29.61º 0.91% 0.33% -
XYZ 4.77 3.9 0.73 -
YUV 53.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 85 46 8 0 0.46 0.91 0.67 29.61 0.83 0.18
Hex 55 2E 8 0 2E 5B 43 1E 53 12
Octal 125 56 10 0 56 133 103 36 123 22
Binary 1010101 101110 1000 0 101110 1011011 1000011 11110 1010011 10010

Color Harmonies of #552E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E08

Black with #552E08

Text Example


Text Example

White with #552E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,8); }

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

background-color css

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

 a { background-color: rgb(85,46,8); }

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

border-color css

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

 span { border-color: rgb(85,46,8); }

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