Html Css Color HEX #552914 Baker's Chocolate

📋 copy color: '#552914'

red 85 ◦ green 41 ◦ blue 20

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

Shades of Baker's Chocolate #552914

Tints of Baker's Chocolate #552914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 58.22%
G = 28.08%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552914 (or 0x552914) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 14. RGB value is (85,41,20). Sum of RGB (Red+Green+Blue) = 85+41+20=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552914 is #AAD6EB. Grayscale: #333333. Windows color (decimal): -11196140 or 1321301. OLE color: 1321301.

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

Color convert

RGB 85 41 20 -
CMYK 0 0.52 0.76 0.67
HSL 19.38º 0.62% 0.21% -
HSV(B) 19.38º 0.76% 0.33% -
XYZ 4.67 3.57 1.1 -
YUV 51.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 85 41 20 0 0.52 0.76 0.67 19.38 0.62 0.21
Hex 55 29 14 0 34 4C 43 13 3E 15
Octal 125 51 24 0 64 114 103 23 76 25
Binary 1010101 101001 10100 0 110100 1001100 1000011 10011 111110 10101

Color Harmonies of #552914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552914

Black with #552914

Text Example


Text Example

White with #552914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552914; }

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

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

background-color css

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

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

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

border-color css

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

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

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