Html Css Color HEX #553617 Baker's Chocolate

📋 copy color: '#553617'

red 85 ◦ green 54 ◦ blue 23

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

Shades of Baker's Chocolate #553617

Tints of Baker's Chocolate #553617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.33%

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

R = 52.47%
G = 33.33%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#553617 (or 0x553617) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 17. RGB value is (85,54,23). Sum of RGB (Red+Green+Blue) = 85+54+23=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553617 is #AAC9E8. Grayscale: #3B3B3B. Windows color (decimal): -11192809 or 1521237. OLE color: 1521237.

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

Color convert

RGB 85 54 23 -
CMYK 0 0.36 0.73 0.67
HSL 30º 0.57% 0.21% -
HSV(B) 30º 0.73% 0.33% -
XYZ 5.22 4.63 1.43 -
YUV 59.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 85 54 23 0 0.36 0.73 0.67 30 0.57 0.21
Hex 55 36 17 0 24 49 43 1E 39 15
Octal 125 66 27 0 44 111 103 36 71 25
Binary 1010101 110110 10111 0 100100 1001001 1000011 11110 111001 10101

Color Harmonies of #553617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553617

Black with #553617

Text Example


Text Example

White with #553617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553617; }

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

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

background-color css

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

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

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

border-color css

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

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

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