Html Css Color HEX #552F14 Baker's Chocolate

📋 copy color: '#552F14'

red 85 ◦ green 47 ◦ blue 20

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

Shades of Baker's Chocolate #552F14

Tints of Baker's Chocolate #552F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 55.92%
G = 30.92%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552F14 (or 0x552F14) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 14. RGB value is (85,47,20). Sum of RGB (Red+Green+Blue) = 85+47+20=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F14 is #AAD0EB. Grayscale: #373737. Windows color (decimal): -11194604 or 1322837. OLE color: 1322837.

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

Color convert

RGB 85 47 20 -
CMYK 0 0.45 0.76 0.67
HSL 24.92º 0.62% 0.21% -
HSV(B) 24.92º 0.76% 0.33% -
XYZ 4.89 4.01 1.18 -
YUV 55.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 85 47 20 0 0.45 0.76 0.67 24.92 0.62 0.21
Hex 55 2F 14 0 2D 4C 43 19 3E 15
Octal 125 57 24 0 55 114 103 31 76 25
Binary 1010101 101111 10100 0 101101 1001100 1000011 11001 111110 10101

Color Harmonies of #552F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F14

Black with #552F14

Text Example


Text Example

White with #552F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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