Html Css Color HEX #553518 Baker's Chocolate

📋 copy color: '#553518'

red 85 ◦ green 53 ◦ blue 24

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

Shades of Baker's Chocolate #553518

Tints of Baker's Chocolate #553518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.72%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 52.47%
G = 32.72%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#553518 (or 0x553518) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 18. RGB value is (85,53,24). Sum of RGB (Red+Green+Blue) = 85+53+24=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553518 is #AACAE7. Grayscale: #3B3B3B. Windows color (decimal): -11193064 or 1586517. OLE color: 1586517.

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

Color convert

RGB 85 53 24 -
CMYK 0 0.38 0.72 0.67
HSL 28.52º 0.56% 0.21% -
HSV(B) 28.52º 0.72% 0.33% -
XYZ 5.18 4.54 1.47 -
YUV 59.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 85 53 24 0 0.38 0.72 0.67 28.52 0.56 0.21
Hex 55 35 18 0 26 48 43 1D 38 15
Octal 125 65 30 0 46 110 103 35 70 25
Binary 1010101 110101 11000 0 100110 1001000 1000011 11101 111000 10101

Color Harmonies of #553518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553518

Black with #553518

Text Example


Text Example

White with #553518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553518; }

 p { color: rgb(85,53,24); }

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

background-color css

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

 a { background-color: rgb(85,53,24); }

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

border-color css

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

 span { border-color: rgb(85,53,24); }

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