Html Css Color HEX #553D12 Madras

📋 copy color: '#553D12'

red 85 ◦ green 61 ◦ blue 18

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

Shades of Madras #553D12

Tints of Madras #553D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

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

R = 51.83%
G = 37.2%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#553D12 (or 0x553D12) is known color: Madras. HEX triplet: 55, 3D and 12. RGB value is (85,61,18). Sum of RGB (Red+Green+Blue) = 85+61+18=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #553D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D12 is #AAC2ED. Grayscale: #3F3F3F. Windows color (decimal): -11191022 or 1195349. OLE color: 1195349.

HSL color Cylindrical-coordinate representation of color #553D12: hue angle of 38.51º 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 #553D12 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 18 -
CMYK 0 0.28 0.79 0.67
HSL 38.51º 0.65% 0.2% -
HSV(B) 38.51º 0.79% 0.33% -
XYZ 5.52 5.31 1.31 -
YUV 63.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 85 61 18 0 0.28 0.79 0.67 38.51 0.65 0.2
Hex 55 3D 12 0 1C 4F 43 27 41 14
Octal 125 75 22 0 34 117 103 47 101 24
Binary 1010101 111101 10010 0 11100 1001111 1000011 100111 1000001 10100

Color Harmonies of #553D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D12

Black with #553D12

Text Example


Text Example

White with #553D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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