Html Css Color HEX #533F07 Madras

📋 copy color: '#533F07'

red 83 ◦ green 63 ◦ blue 7

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

Shades of Madras #533F07

Tints of Madras #533F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 54.25%
G = 41.18%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#533F07 (or 0x533F07) is known color: Madras. HEX triplet: 53, 3F and 07. RGB value is (83,63,7). Sum of RGB (Red+Green+Blue) = 83+63+7=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F07 is #ACC0F8. Grayscale: #3E3E3E. Windows color (decimal): -11321593 or 474963. OLE color: 474963.

HSL color Cylindrical-coordinate representation of color #533F07: hue angle of 44.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533F07 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 7 -
CMYK 0 0.24 0.92 0.67
HSL 44.21º 0.84% 0.18% -
HSV(B) 44.21º 0.92% 0.33% -
XYZ 5.38 5.41 0.96 -
YUV 62.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 83 63 7 0 0.24 0.92 0.67 44.21 0.84 0.18
Hex 53 3F 7 0 18 5C 43 2C 54 12
Octal 123 77 7 0 30 134 103 54 124 22
Binary 1010011 111111 111 0 11000 1011100 1000011 101100 1010100 10010

Color Harmonies of #533F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F07

Black with #533F07

Text Example


Text Example

White with #533F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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