Html Css Color HEX #553417 Baker's Chocolate

📋 copy color: '#553417'

red 85 ◦ green 52 ◦ blue 23

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

Shades of Baker's Chocolate #553417

Tints of Baker's Chocolate #553417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

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

R = 53.13%
G = 32.5%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#553417 (or 0x553417) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 17. RGB value is (85,52,23). Sum of RGB (Red+Green+Blue) = 85+52+23=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553417 is #AACBE8. Grayscale: #3A3A3A. Windows color (decimal): -11193321 or 1520725. OLE color: 1520725.

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

Color convert

RGB 85 52 23 -
CMYK 0 0.39 0.73 0.67
HSL 28.06º 0.57% 0.21% -
HSV(B) 28.06º 0.73% 0.33% -
XYZ 5.13 4.45 1.4 -
YUV 58.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 85 52 23 0 0.39 0.73 0.67 28.06 0.57 0.21
Hex 55 34 17 0 27 49 43 1C 39 15
Octal 125 64 27 0 47 111 103 34 71 25
Binary 1010101 110100 10111 0 100111 1001001 1000011 11100 111001 10101

Color Harmonies of #553417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553417

Black with #553417

Text Example


Text Example

White with #553417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553417; }

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

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

background-color css

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

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

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

border-color css

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

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

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