Html Css Color HEX #533E0A Madras

📋 copy color: '#533E0A'

red 83 ◦ green 62 ◦ blue 10

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

Shades of Madras #533E0A

Tints of Madras #533E0A

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 53.55%
G = 40%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#533E0A (or 0x533E0A) is known color: Madras. HEX triplet: 53, 3E and 0A. RGB value is (83,62,10). Sum of RGB (Red+Green+Blue) = 83+62+10=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0A is #ACC1F5. Grayscale: #3E3E3E. Windows color (decimal): -11321846 or 671315. OLE color: 671315.

HSL color Cylindrical-coordinate representation of color #533E0A: hue angle of 42.74º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #533E0A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 10 -
CMYK 0 0.25 0.88 0.67
HSL 42.74º 0.78% 0.18% -
HSV(B) 42.74º 0.88% 0.33% -
XYZ 5.34 5.31 1.03 -
YUV 62.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 83 62 10 0 0.25 0.88 0.67 42.74 0.78 0.18
Hex 53 3E A 0 19 58 43 2B 4E 12
Octal 123 76 12 0 31 130 103 53 116 22
Binary 1010011 111110 1010 0 11001 1011000 1000011 101011 1001110 10010

Color Harmonies of #533E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E0A

Black with #533E0A

Text Example


Text Example

White with #533E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E0A; }

 p { color: rgb(83,62,10); }

 H1.HeaderClassName
 {
   color: #533E0A;
 }
 .AnyTagClassName
 {
   color: #533E0A;
 }
</style>

background-color css

<style>
 a { background-color: #533E0A; }

 a { background-color: rgb(83,62,10); }

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

border-color css

<style>
 span { border-color: #533E0A; }

 span { border-color: rgb(83,62,10); }

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