Html Css Color HEX #553F0F Madras

📋 copy color: '#553F0F'

red 85 ◦ green 63 ◦ blue 15

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

Shades of Madras #553F0F

Tints of Madras #553F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 52.15%
G = 38.65%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#553F0F (or 0x553F0F) is known color: Madras. HEX triplet: 55, 3F and 0F. RGB value is (85,63,15). Sum of RGB (Red+Green+Blue) = 85+63+15=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F0F is #AAC0F0. Grayscale: #404040. Windows color (decimal): -11190513 or 999253. OLE color: 999253.

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

Color convert

RGB 85 63 15 -
CMYK 0 0.26 0.82 0.67
HSL 41.14º 0.7% 0.2% -
HSV(B) 41.14º 0.82% 0.33% -
XYZ 5.61 5.52 1.22 -
YUV 64.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 85 63 15 0 0.26 0.82 0.67 41.14 0.7 0.2
Hex 55 3F F 0 1A 52 43 29 46 14
Octal 125 77 17 0 32 122 103 51 106 24
Binary 1010101 111111 1111 0 11010 1010010 1000011 101001 1000110 10100

Color Harmonies of #553F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F0F

Black with #553F0F

Text Example


Text Example

White with #553F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,15); }

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

background-color css

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

 a { background-color: rgb(85,63,15); }

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

border-color css

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

 span { border-color: rgb(85,63,15); }

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