Html Css Color HEX #533D0B Madras

📋 copy color: '#533D0B'

red 83 ◦ green 61 ◦ blue 11

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

Shades of Madras #533D0B

Tints of Madras #533D0B

RGB

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

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

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

R = 53.55%
G = 39.35%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#533D0B (or 0x533D0B) is known color: Madras. HEX triplet: 53, 3D and 0B. RGB value is (83,61,11). Sum of RGB (Red+Green+Blue) = 83+61+11=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D0B is #ACC2F4. Grayscale: #3E3E3E. Windows color (decimal): -11322101 or 736595. OLE color: 736595.

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

Color convert

RGB 83 61 11 -
CMYK 0 0.27 0.87 0.67
HSL 41.67º 0.77% 0.18% -
HSV(B) 41.67º 0.87% 0.33% -
XYZ 5.3 5.2 1.04 -
YUV 61.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 83 61 11 0 0.27 0.87 0.67 41.67 0.77 0.18
Hex 53 3D B 0 1B 57 43 2A 4D 12
Octal 123 75 13 0 33 127 103 52 115 22
Binary 1010011 111101 1011 0 11011 1010111 1000011 101010 1001101 10010

Color Harmonies of #533D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D0B

Black with #533D0B

Text Example


Text Example

White with #533D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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