Html Css Color HEX #533F02 Madras

📋 copy color: '#533F02'

red 83 ◦ green 63 ◦ blue 2

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

Shades of Madras #533F02

Tints of Madras #533F02

RGB

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

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

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

R = 56.08%
G = 42.57%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533F02 (or 0x533F02) is known color: Madras. HEX triplet: 53, 3F and 02. RGB value is (83,63,2). Sum of RGB (Red+Green+Blue) = 83+63+2=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F02 is #ACC0FD. Grayscale: #3E3E3E. Windows color (decimal): -11321598 or 147283. OLE color: 147283.

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

Color convert

RGB 83 63 2 -
CMYK 0 0.24 0.98 0.67
HSL 45.19º 0.95% 0.17% -
HSV(B) 45.19º 0.98% 0.33% -
XYZ 5.36 5.4 0.82 -
YUV 62.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 83 63 2 0 0.24 0.98 0.67 45.19 0.95 0.17
Hex 53 3F 2 0 18 62 43 2D 5F 11
Octal 123 77 2 0 30 142 103 55 137 21
Binary 1010011 111111 10 0 11000 1100010 1000011 101101 1011111 10001

Color Harmonies of #533F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F02

Black with #533F02

Text Example


Text Example

White with #533F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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