Html Css Color HEX #552C14 Baker's Chocolate

📋 copy color: '#552C14'

red 85 ◦ green 44 ◦ blue 20

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

Shades of Baker's Chocolate #552C14

Tints of Baker's Chocolate #552C14

RGB

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

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

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

R = 57.05%
G = 29.53%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552C14 (or 0x552C14) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 14. RGB value is (85,44,20). Sum of RGB (Red+Green+Blue) = 85+44+20=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C14 is #AAD3EB. Grayscale: #353535. Windows color (decimal): -11195372 or 1322069. OLE color: 1322069.

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

Color convert

RGB 85 44 20 -
CMYK 0 0.48 0.76 0.67
HSL 22.15º 0.62% 0.21% -
HSV(B) 22.15º 0.76% 0.33% -
XYZ 4.77 3.78 1.14 -
YUV 53.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 85 44 20 0 0.48 0.76 0.67 22.15 0.62 0.21
Hex 55 2C 14 0 30 4C 43 16 3E 15
Octal 125 54 24 0 60 114 103 26 76 25
Binary 1010101 101100 10100 0 110000 1001100 1000011 10110 111110 10101

Color Harmonies of #552C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C14

Black with #552C14

Text Example


Text Example

White with #552C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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