Html Css Color HEX #553C0C Baker's Chocolate

📋 copy color: '#553C0C'

red 85 ◦ green 60 ◦ blue 12

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

Shades of Baker's Chocolate #553C0C

Tints of Baker's Chocolate #553C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 54.14%
G = 38.22%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#553C0C (or 0x553C0C) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 0C. RGB value is (85,60,12). Sum of RGB (Red+Green+Blue) = 85+60+12=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0C is #AAC3F3. Grayscale: #3E3E3E. Windows color (decimal): -11191284 or 801877. OLE color: 801877.

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

Color convert

RGB 85 60 12 -
CMYK 0 0.29 0.86 0.67
HSL 39.45º 0.75% 0.19% -
HSV(B) 39.45º 0.86% 0.33% -
XYZ 5.43 5.19 1.06 -
YUV 62 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 85 60 12 0 0.29 0.86 0.67 39.45 0.75 0.19
Hex 55 3C C 0 1D 56 43 27 4B 13
Octal 125 74 14 0 35 126 103 47 113 23
Binary 1010101 111100 1100 0 11101 1010110 1000011 100111 1001011 10011

Color Harmonies of #553C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C0C

Black with #553C0C

Text Example


Text Example

White with #553C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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