Html Css Color HEX #553C12 Baker's Chocolate

📋 copy color: '#553C12'

red 85 ◦ green 60 ◦ blue 18

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

Shades of Baker's Chocolate #553C12

Tints of Baker's Chocolate #553C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 52.15%
G = 36.81%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553C12 (or 0x553C12) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 12. RGB value is (85,60,18). Sum of RGB (Red+Green+Blue) = 85+60+18=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C12 is #AAC3ED. Grayscale: #3E3E3E. Windows color (decimal): -11191278 or 1195093. OLE color: 1195093.

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

Color convert

RGB 85 60 18 -
CMYK 0 0.29 0.79 0.67
HSL 37.61º 0.65% 0.2% -
HSV(B) 37.61º 0.79% 0.33% -
XYZ 5.47 5.21 1.29 -
YUV 62.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 85 60 18 0 0.29 0.79 0.67 37.61 0.65 0.2
Hex 55 3C 12 0 1D 4F 43 26 41 14
Octal 125 74 22 0 35 117 103 46 101 24
Binary 1010101 111100 10010 0 11101 1001111 1000011 100110 1000001 10100

Color Harmonies of #553C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C12

Black with #553C12

Text Example


Text Example

White with #553C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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