Html Css Color HEX #552D16 Baker's Chocolate

📋 copy color: '#552D16'

red 85 ◦ green 45 ◦ blue 22

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

Shades of Baker's Chocolate #552D16

Tints of Baker's Chocolate #552D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.61%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 55.92%
G = 29.61%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#552D16 (or 0x552D16) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 16. RGB value is (85,45,22). Sum of RGB (Red+Green+Blue) = 85+45+22=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D16 is #AAD2E9. Grayscale: #363636. Windows color (decimal): -11195114 or 1453397. OLE color: 1453397.

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

Color convert

RGB 85 45 22 -
CMYK 0 0.47 0.74 0.67
HSL 21.9º 0.59% 0.21% -
HSV(B) 21.9º 0.74% 0.33% -
XYZ 4.83 3.87 1.25 -
YUV 54.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 85 45 22 0 0.47 0.74 0.67 21.9 0.59 0.21
Hex 55 2D 16 0 2F 4A 43 16 3B 15
Octal 125 55 26 0 57 112 103 26 73 25
Binary 1010101 101101 10110 0 101111 1001010 1000011 10110 111011 10101

Color Harmonies of #552D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D16

Black with #552D16

Text Example


Text Example

White with #552D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,22); }

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

background-color css

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

 a { background-color: rgb(85,45,22); }

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

border-color css

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

 span { border-color: rgb(85,45,22); }

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