Html Css Color HEX #533C0B Madras

📋 copy color: '#533C0B'

red 83 ◦ green 60 ◦ blue 11

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

Shades of Madras #533C0B

Tints of Madras #533C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.96%

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

R = 53.9%
G = 38.96%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#533C0B (or 0x533C0B) is known color: Madras. HEX triplet: 53, 3C and 0B. RGB value is (83,60,11). Sum of RGB (Red+Green+Blue) = 83+60+11=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C0B is #ACC3F4. Grayscale: #3D3D3D. Windows color (decimal): -11322357 or 736339. OLE color: 736339.

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

Color convert

RGB 83 60 11 -
CMYK 0 0.28 0.87 0.67
HSL 40.83º 0.77% 0.18% -
HSV(B) 40.83º 0.87% 0.33% -
XYZ 5.24 5.09 1.02 -
YUV 61.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 83 60 11 0 0.28 0.87 0.67 40.83 0.77 0.18
Hex 53 3C B 0 1C 57 43 29 4D 12
Octal 123 74 13 0 34 127 103 51 115 22
Binary 1010011 111100 1011 0 11100 1010111 1000011 101001 1001101 10010

Color Harmonies of #533C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C0B

Black with #533C0B

Text Example


Text Example

White with #533C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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