Html Css Color HEX #552505 Baker's Chocolate

📋 copy color: '#552505'

red 85 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #552505

Tints of Baker's Chocolate #552505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 66.93%
G = 29.13%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#552505 (or 0x552505) is known color: Baker's Chocolate. HEX triplet: 55, 25 and 05. RGB value is (85,37,5). Sum of RGB (Red+Green+Blue) = 85+37+5=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552505 is #AADAFA. Grayscale: #2F2F2F. Windows color (decimal): -11197179 or 337237. OLE color: 337237.

HSL color Cylindrical-coordinate representation of color #552505: hue angle of 24º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #552505 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 5 -
CMYK 0 0.56 0.94 0.67
HSL 24º 0.89% 0.18% -
HSV(B) 24º 0.94% 0.33% -
XYZ 4.44 3.27 0.54 -
YUV 47.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 85 37 5 0 0.56 0.94 0.67 24 0.89 0.18
Hex 55 25 5 0 38 5E 43 18 59 12
Octal 125 45 5 0 70 136 103 30 131 22
Binary 1010101 100101 101 0 111000 1011110 1000011 11000 1011001 10010

Color Harmonies of #552505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552505

Black with #552505

Text Example


Text Example

White with #552505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552505; }

 p { color: rgb(85,37,5); }

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

background-color css

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

 a { background-color: rgb(85,37,5); }

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

border-color css

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

 span { border-color: rgb(85,37,5); }

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