Html Css Color HEX #533E0F Madras

📋 copy color: '#533E0F'

red 83 ◦ green 62 ◦ blue 15

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

Shades of Madras #533E0F

Tints of Madras #533E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 51.88%
G = 38.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#533E0F (or 0x533E0F) is known color: Madras. HEX triplet: 53, 3E and 0F. RGB value is (83,62,15). Sum of RGB (Red+Green+Blue) = 83+62+15=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0F is #ACC1F0. Grayscale: #3F3F3F. Windows color (decimal): -11321841 or 998995. OLE color: 998995.

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

Color convert

RGB 83 62 15 -
CMYK 0 0.25 0.82 0.67
HSL 41.47º 0.69% 0.19% -
HSV(B) 41.47º 0.82% 0.33% -
XYZ 5.38 5.32 1.2 -
YUV 62.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 83 62 15 0 0.25 0.82 0.67 41.47 0.69 0.19
Hex 53 3E F 0 19 52 43 29 45 13
Octal 123 76 17 0 31 122 103 51 105 23
Binary 1010011 111110 1111 0 11001 1010010 1000011 101001 1000101 10011

Color Harmonies of #533E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E0F

Black with #533E0F

Text Example


Text Example

White with #533E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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