Html Css Color HEX #552F13 Baker's Chocolate

📋 copy color: '#552F13'

red 85 ◦ green 47 ◦ blue 19

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

Shades of Baker's Chocolate #552F13

Tints of Baker's Chocolate #552F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.13%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 56.29%
G = 31.13%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#552F13 (or 0x552F13) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 13. RGB value is (85,47,19). Sum of RGB (Red+Green+Blue) = 85+47+19=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F13 is #AAD0EC. Grayscale: #373737. Windows color (decimal): -11194605 or 1257301. OLE color: 1257301.

HSL color Cylindrical-coordinate representation of color #552F13: hue angle of 25.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552F13 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 19 -
CMYK 0 0.45 0.78 0.67
HSL 25.45º 0.63% 0.2% -
HSV(B) 25.45º 0.78% 0.33% -
XYZ 4.88 4.01 1.13 -
YUV 55.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 85 47 19 0 0.45 0.78 0.67 25.45 0.63 0.2
Hex 55 2F 13 0 2D 4E 43 19 3F 14
Octal 125 57 23 0 55 116 103 31 77 24
Binary 1010101 101111 10011 0 101101 1001110 1000011 11001 111111 10100

Color Harmonies of #552F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F13

Black with #552F13

Text Example


Text Example

White with #552F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,19); }

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

background-color css

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

 a { background-color: rgb(85,47,19); }

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

border-color css

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

 span { border-color: rgb(85,47,19); }

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