Html Css Color HEX #553317 Baker's Chocolate

📋 copy color: '#553317'

red 85 ◦ green 51 ◦ blue 23

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

Shades of Baker's Chocolate #553317

Tints of Baker's Chocolate #553317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.47%

R = 53.46%
G = 32.08%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#553317 (or 0x553317) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 17. RGB value is (85,51,23). Sum of RGB (Red+Green+Blue) = 85+51+23=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #553317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553317 is #AACCE8. Grayscale: #3A3A3A. Windows color (decimal): -11193577 or 1520469. OLE color: 1520469.

HSL color Cylindrical-coordinate representation of color #553317: hue angle of 27.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553317 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 23 -
CMYK 0 0.40 0.73 0.67
HSL 27.1º 0.57% 0.21% -
HSV(B) 27.1º 0.73% 0.33% -
XYZ 5.08 4.36 1.38 -
YUV 57.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 85 51 23 0 0.40 0.73 0.67 27.1 0.57 0.21
Hex 55 33 17 0 28 49 43 1B 39 15
Octal 125 63 27 0 50 111 103 33 71 25
Binary 1010101 110011 10111 0 101000 1001001 1000011 11011 111001 10101

Color Harmonies of #553317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553317

Black with #553317

Text Example


Text Example

White with #553317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553317; }

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

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

background-color css

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

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

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

border-color css

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

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

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