Html Css Color HEX #553C0D Baker's Chocolate

📋 copy color: '#553C0D'

red 85 ◦ green 60 ◦ blue 13

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

Shades of Baker's Chocolate #553C0D

Tints of Baker's Chocolate #553C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 53.8%
G = 37.97%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#553C0D (or 0x553C0D) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 0D. RGB value is (85,60,13). Sum of RGB (Red+Green+Blue) = 85+60+13=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0D is #AAC3F2. Grayscale: #3E3E3E. Windows color (decimal): -11191283 or 867413. OLE color: 867413.

HSL color Cylindrical-coordinate representation of color #553C0D: hue angle of 39.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #553C0D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 13 -
CMYK 0 0.29 0.85 0.67
HSL 39.17º 0.73% 0.19% -
HSV(B) 39.17º 0.85% 0.33% -
XYZ 5.43 5.19 1.1 -
YUV 62.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 85 60 13 0 0.29 0.85 0.67 39.17 0.73 0.19
Hex 55 3C D 0 1D 55 43 27 49 13
Octal 125 74 15 0 35 125 103 47 111 23
Binary 1010101 111100 1101 0 11101 1010101 1000011 100111 1001001 10011

Color Harmonies of #553C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C0D

Black with #553C0D

Text Example


Text Example

White with #553C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553C0D; }

 p { color: rgb(85,60,13); }

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

background-color css

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

 a { background-color: rgb(85,60,13); }

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

border-color css

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

 span { border-color: rgb(85,60,13); }

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