Html Css Color HEX #553F0E Madras

📋 copy color: '#553F0E'

red 85 ◦ green 63 ◦ blue 14

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

Shades of Madras #553F0E

Tints of Madras #553F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 52.47%
G = 38.89%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#553F0E (or 0x553F0E) is known color: Madras. HEX triplet: 55, 3F and 0E. RGB value is (85,63,14). Sum of RGB (Red+Green+Blue) = 85+63+14=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F0E is #AAC0F1. Grayscale: #404040. Windows color (decimal): -11190514 or 933717. OLE color: 933717.

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

Color convert

RGB 85 63 14 -
CMYK 0 0.26 0.84 0.67
HSL 41.41º 0.72% 0.19% -
HSV(B) 41.41º 0.84% 0.33% -
XYZ 5.6 5.52 1.19 -
YUV 63.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 85 63 14 0 0.26 0.84 0.67 41.41 0.72 0.19
Hex 55 3F E 0 1A 54 43 29 48 13
Octal 125 77 16 0 32 124 103 51 110 23
Binary 1010101 111111 1110 0 11010 1010100 1000011 101001 1001000 10011

Color Harmonies of #553F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F0E

Black with #553F0E

Text Example


Text Example

White with #553F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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