Html Css Color HEX #553316 Baker's Chocolate

📋 copy color: '#553316'

red 85 ◦ green 51 ◦ blue 22

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

Shades of Baker's Chocolate #553316

Tints of Baker's Chocolate #553316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

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

R = 53.8%
G = 32.28%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#553316 (or 0x553316) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 16. RGB value is (85,51,22). Sum of RGB (Red+Green+Blue) = 85+51+22=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553316 is #AACCE9. Grayscale: #3A3A3A. Windows color (decimal): -11193578 or 1454933. OLE color: 1454933.

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

Color convert

RGB 85 51 22 -
CMYK 0 0.40 0.74 0.67
HSL 27.62º 0.59% 0.21% -
HSV(B) 27.62º 0.74% 0.33% -
XYZ 5.07 4.36 1.33 -
YUV 57.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 85 51 22 0 0.40 0.74 0.67 27.62 0.59 0.21
Hex 55 33 16 0 28 4A 43 1C 3B 15
Octal 125 63 26 0 50 112 103 34 73 25
Binary 1010101 110011 10110 0 101000 1001010 1000011 11100 111011 10101

Color Harmonies of #553316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553316

Black with #553316

Text Example


Text Example

White with #553316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553316; }

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

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

background-color css

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

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

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

border-color css

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

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

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