Html Css Color HEX #552202 Baker's Chocolate

📋 copy color: '#552202'

red 85 ◦ green 34 ◦ blue 2

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

Shades of Baker's Chocolate #552202

Tints of Baker's Chocolate #552202

RGB

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

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

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

R = 70.25%
G = 28.1%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#552202 (or 0x552202) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 02. RGB value is (85,34,2). Sum of RGB (Red+Green+Blue) = 85+34+2=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #552202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552202 is #AADDFD. Grayscale: #2D2D2D. Windows color (decimal): -11197950 or 139861. OLE color: 139861.

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

Color convert

RGB 85 34 2 -
CMYK 0 0.60 0.98 0.67
HSL 23.13º 0.95% 0.17% -
HSV(B) 23.13º 0.98% 0.33% -
XYZ 4.33 3.08 0.42 -
YUV 45.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 85 34 2 0 0.60 0.98 0.67 23.13 0.95 0.17
Hex 55 22 2 0 3C 62 43 17 5F 11
Octal 125 42 2 0 74 142 103 27 137 21
Binary 1010101 100010 10 0 111100 1100010 1000011 10111 1011111 10001

Color Harmonies of #552202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552202

Black with #552202

Text Example


Text Example

White with #552202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552202; }

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

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

background-color css

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

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

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

border-color css

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

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

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