Html Css Color HEX #553F0B Madras

📋 copy color: '#553F0B'

red 85 ◦ green 63 ◦ blue 11

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

Shades of Madras #553F0B

Tints of Madras #553F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 53.46%
G = 39.62%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#553F0B (or 0x553F0B) is known color: Madras. HEX triplet: 55, 3F and 0B. RGB value is (85,63,11). Sum of RGB (Red+Green+Blue) = 85+63+11=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #553F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F0B is #AAC0F4. Grayscale: #3F3F3F. Windows color (decimal): -11190517 or 737109. OLE color: 737109.

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

Color convert

RGB 85 63 11 -
CMYK 0 0.26 0.87 0.67
HSL 42.16º 0.77% 0.19% -
HSV(B) 42.16º 0.87% 0.33% -
XYZ 5.58 5.51 1.09 -
YUV 63.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 85 63 11 0 0.26 0.87 0.67 42.16 0.77 0.19
Hex 55 3F B 0 1A 57 43 2A 4D 13
Octal 125 77 13 0 32 127 103 52 115 23
Binary 1010101 111111 1011 0 11010 1010111 1000011 101010 1001101 10011

Color Harmonies of #553F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F0B

Black with #553F0B

Text Example


Text Example

White with #553F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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