Html Css Color HEX #553F07 Madras

📋 copy color: '#553F07'

red 85 ◦ green 63 ◦ blue 7

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

Shades of Madras #553F07

Tints of Madras #553F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 54.84%
G = 40.65%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#553F07 (or 0x553F07) is known color: Madras. HEX triplet: 55, 3F and 07. RGB value is (85,63,7). Sum of RGB (Red+Green+Blue) = 85+63+7=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F07 is #AAC0F8. Grayscale: #3F3F3F. Windows color (decimal): -11190521 or 474965. OLE color: 474965.

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

Color convert

RGB 85 63 7 -
CMYK 0 0.26 0.92 0.67
HSL 43.08º 0.85% 0.18% -
HSV(B) 43.08º 0.92% 0.33% -
XYZ 5.56 5.5 0.97 -
YUV 63.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 85 63 7 0 0.26 0.92 0.67 43.08 0.85 0.18
Hex 55 3F 7 0 1A 5C 43 2B 55 12
Octal 125 77 7 0 32 134 103 53 125 22
Binary 1010101 111111 111 0 11010 1011100 1000011 101011 1010101 10010

Color Harmonies of #553F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F07

Black with #553F07

Text Example


Text Example

White with #553F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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