Html Css Color HEX #533F0B Madras

📋 copy color: '#533F0B'

red 83 ◦ green 63 ◦ blue 11

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

Shades of Madras #533F0B

Tints of Madras #533F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 52.87%
G = 40.13%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#533F0B (or 0x533F0B) is known color: Madras. HEX triplet: 53, 3F and 0B. RGB value is (83,63,11). Sum of RGB (Red+Green+Blue) = 83+63+11=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0B is #ACC0F4. Grayscale: #3F3F3F. Windows color (decimal): -11321589 or 737107. OLE color: 737107.

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

Color convert

RGB 83 63 11 -
CMYK 0 0.24 0.87 0.67
HSL 43.33º 0.77% 0.18% -
HSV(B) 43.33º 0.87% 0.33% -
XYZ 5.41 5.42 1.08 -
YUV 63.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 83 63 11 0 0.24 0.87 0.67 43.33 0.77 0.18
Hex 53 3F B 0 18 57 43 2B 4D 12
Octal 123 77 13 0 30 127 103 53 115 22
Binary 1010011 111111 1011 0 11000 1010111 1000011 101011 1001101 10010

Color Harmonies of #533F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F0B

Black with #533F0B

Text Example


Text Example

White with #533F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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