Html Css Color HEX #552802 Baker's Chocolate

📋 copy color: '#552802'

red 85 ◦ green 40 ◦ blue 2

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

Shades of Baker's Chocolate #552802

Tints of Baker's Chocolate #552802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 66.93%
G = 31.5%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#552802 (or 0x552802) is known color: Baker's Chocolate. HEX triplet: 55, 28 and 02. RGB value is (85,40,2). Sum of RGB (Red+Green+Blue) = 85+40+2=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552802 is #AAD7FD. Grayscale: #313131. Windows color (decimal): -11196414 or 141397. OLE color: 141397.

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

Color convert

RGB 85 40 2 -
CMYK 0 0.53 0.98 0.67
HSL 27.47º 0.95% 0.17% -
HSV(B) 27.47º 0.98% 0.33% -
XYZ 4.52 3.45 0.49 -
YUV 49.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 85 40 2 0 0.53 0.98 0.67 27.47 0.95 0.17
Hex 55 28 2 0 35 62 43 1B 5F 11
Octal 125 50 2 0 65 142 103 33 137 21
Binary 1010101 101000 10 0 110101 1100010 1000011 11011 1011111 10001

Color Harmonies of #552802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552802

Black with #552802

Text Example


Text Example

White with #552802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552802; }

 p { color: rgb(85,40,2); }

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

background-color css

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

 a { background-color: rgb(85,40,2); }

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

border-color css

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

 span { border-color: rgb(85,40,2); }

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