Html Css Color HEX #533D07 Madras

📋 copy color: '#533D07'

red 83 ◦ green 61 ◦ blue 7

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

Shades of Madras #533D07

Tints of Madras #533D07

RGB

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

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

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

R = 54.97%
G = 40.4%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#533D07 (or 0x533D07) is known color: Madras. HEX triplet: 53, 3D and 07. RGB value is (83,61,7). Sum of RGB (Red+Green+Blue) = 83+61+7=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D07 is #ACC2F8. Grayscale: #3D3D3D. Windows color (decimal): -11322105 or 474451. OLE color: 474451.

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

Color convert

RGB 83 61 7 -
CMYK 0 0.27 0.92 0.67
HSL 42.63º 0.84% 0.18% -
HSV(B) 42.63º 0.92% 0.33% -
XYZ 5.27 5.19 0.93 -
YUV 61.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 83 61 7 0 0.27 0.92 0.67 42.63 0.84 0.18
Hex 53 3D 7 0 1B 5C 43 2B 54 12
Octal 123 75 7 0 33 134 103 53 124 22
Binary 1010011 111101 111 0 11011 1011100 1000011 101011 1010100 10010

Color Harmonies of #533D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D07

Black with #533D07

Text Example


Text Example

White with #533D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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