Html Css Color HEX #533D00 Madras

📋 copy color: '#533D00'

red 83 ◦ green 61 ◦ blue 0

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

Shades of Madras #533D00

Tints of Madras #533D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.64%
G = 42.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533D00 (or 0x533D00) is known color: Madras. HEX triplet: 53, 3D and 00. RGB value is (83,61,0). Sum of RGB (Red+Green+Blue) = 83+61+0=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D00 is #ACC2FF. Grayscale: #3C3C3C. Windows color (decimal): -11322112 or 15699. OLE color: 15699.

HSL color Cylindrical-coordinate representation of color #533D00: hue angle of 44.1º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533D00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 0 -
CMYK 0 0.27 1 0.67
HSL 44.1º 1% 0.16% -
HSV(B) 44.1º 1% 0.33% -
XYZ 5.24 5.18 0.72 -
YUV 60.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 83 61 0 0 0.27 1 0.67 44.1 1 0.16
Hex 53 3D 0 0 1B 64 43 2C 64 10
Octal 123 75 0 0 33 144 103 54 144 20
Binary 1010011 111101 0 0 11011 1100100 1000011 101100 1100100 10000

Color Harmonies of #533D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D00

Black with #533D00

Text Example


Text Example

White with #533D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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