Html Css Color HEX #533D0F Madras

📋 copy color: '#533D0F'

red 83 ◦ green 61 ◦ blue 15

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

Shades of Madras #533D0F

Tints of Madras #533D0F

RGB

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

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

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

R = 52.2%
G = 38.36%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#533D0F (or 0x533D0F) is known color: Madras. HEX triplet: 53, 3D and 0F. RGB value is (83,61,15). Sum of RGB (Red+Green+Blue) = 83+61+15=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D0F is #ACC2F0. Grayscale: #3E3E3E. Windows color (decimal): -11322097 or 998739. OLE color: 998739.

HSL color Cylindrical-coordinate representation of color #533D0F: hue angle of 40.59º 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 #533D0F is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 15 -
CMYK 0 0.27 0.82 0.67
HSL 40.59º 0.69% 0.19% -
HSV(B) 40.59º 0.82% 0.33% -
XYZ 5.32 5.21 1.18 -
YUV 62.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 83 61 15 0 0.27 0.82 0.67 40.59 0.69 0.19
Hex 53 3D F 0 1B 52 43 29 45 13
Octal 123 75 17 0 33 122 103 51 105 23
Binary 1010011 111101 1111 0 11011 1010010 1000011 101001 1000101 10011

Color Harmonies of #533D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D0F

Black with #533D0F

Text Example


Text Example

White with #533D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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