Html Css Color HEX #533F0D Madras

📋 copy color: '#533F0D'

red 83 ◦ green 63 ◦ blue 13

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

Shades of Madras #533F0D

Tints of Madras #533F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 52.2%
G = 39.62%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#533F0D (or 0x533F0D) is known color: Madras. HEX triplet: 53, 3F and 0D. RGB value is (83,63,13). Sum of RGB (Red+Green+Blue) = 83+63+13=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0D is #ACC0F2. Grayscale: #3F3F3F. Windows color (decimal): -11321587 or 868179. OLE color: 868179.

HSL color Cylindrical-coordinate representation of color #533F0D: hue angle of 42.86º degrees, saturation: 0.73, 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 #533F0D is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 13 -
CMYK 0 0.24 0.84 0.67
HSL 42.86º 0.73% 0.19% -
HSV(B) 42.86º 0.84% 0.33% -
XYZ 5.42 5.42 1.14 -
YUV 63.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 83 63 13 0 0.24 0.84 0.67 42.86 0.73 0.19
Hex 53 3F D 0 18 54 43 2B 49 13
Octal 123 77 15 0 30 124 103 53 111 23
Binary 1010011 111111 1101 0 11000 1010100 1000011 101011 1001001 10011

Color Harmonies of #533F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F0D

Black with #533F0D

Text Example


Text Example

White with #533F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,13); }

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

background-color css

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

 a { background-color: rgb(83,63,13); }

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

border-color css

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

 span { border-color: rgb(83,63,13); }

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