Html Css Color HEX #533D02 Madras

📋 copy color: '#533D02'

red 83 ◦ green 61 ◦ blue 2

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

Shades of Madras #533D02

Tints of Madras #533D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 56.85%
G = 41.78%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533D02 (or 0x533D02) is known color: Madras. HEX triplet: 53, 3D and 02. RGB value is (83,61,2). Sum of RGB (Red+Green+Blue) = 83+61+2=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D02 is #ACC2FD. Grayscale: #3D3D3D. Windows color (decimal): -11322110 or 146771. OLE color: 146771.

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

Color convert

RGB 83 61 2 -
CMYK 0 0.27 0.98 0.67
HSL 43.7º 0.95% 0.17% -
HSV(B) 43.7º 0.98% 0.33% -
XYZ 5.25 5.18 0.78 -
YUV 60.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 83 61 2 0 0.27 0.98 0.67 43.7 0.95 0.17
Hex 53 3D 2 0 1B 62 43 2C 5F 11
Octal 123 75 2 0 33 142 103 54 137 21
Binary 1010011 111101 10 0 11011 1100010 1000011 101100 1011111 10001

Color Harmonies of #533D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D02

Black with #533D02

Text Example


Text Example

White with #533D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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