Html Css Color HEX #552203 Baker's Chocolate

📋 copy color: '#552203'

red 85 ◦ green 34 ◦ blue 3

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

Shades of Baker's Chocolate #552203

Tints of Baker's Chocolate #552203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 69.67%
G = 27.87%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#552203 (or 0x552203) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 03. RGB value is (85,34,3). Sum of RGB (Red+Green+Blue) = 85+34+3=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552203 is #AADDFC. Grayscale: #2D2D2D. Windows color (decimal): -11197949 or 205397. OLE color: 205397.

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

Color convert

RGB 85 34 3 -
CMYK 0 0.60 0.96 0.67
HSL 22.68º 0.93% 0.17% -
HSV(B) 22.68º 0.96% 0.33% -
XYZ 4.33 3.08 0.45 -
YUV 45.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 85 34 3 0 0.60 0.96 0.67 22.68 0.93 0.17
Hex 55 22 3 0 3C 60 43 17 5D 11
Octal 125 42 3 0 74 140 103 27 135 21
Binary 1010101 100010 11 0 111100 1100000 1000011 10111 1011101 10001

Color Harmonies of #552203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552203

Black with #552203

Text Example


Text Example

White with #552203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552203; }

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

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

background-color css

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

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

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

border-color css

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

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

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