Html Css Color HEX #552C03 Baker's Chocolate

📋 copy color: '#552C03'

red 85 ◦ green 44 ◦ blue 3

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

Shades of Baker's Chocolate #552C03

Tints of Baker's Chocolate #552C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

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

R = 64.39%
G = 33.33%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#552C03 (or 0x552C03) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 03. RGB value is (85,44,3). Sum of RGB (Red+Green+Blue) = 85+44+3=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #552C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C03 is #AAD3FC. Grayscale: #333333. Windows color (decimal): -11195389 or 207957. OLE color: 207957.

HSL color Cylindrical-coordinate representation of color #552C03: hue angle of 30º 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 #552C03 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 3 -
CMYK 0 0.48 0.96 0.67
HSL 30º 0.93% 0.17% -
HSV(B) 30º 0.96% 0.33% -
XYZ 4.66 3.74 0.56 -
YUV 51.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 85 44 3 0 0.48 0.96 0.67 30 0.93 0.17
Hex 55 2C 3 0 30 60 43 1E 5D 11
Octal 125 54 3 0 60 140 103 36 135 21
Binary 1010101 101100 11 0 110000 1100000 1000011 11110 1011101 10001

Color Harmonies of #552C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C03

Black with #552C03

Text Example


Text Example

White with #552C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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