Html Css Color HEX #533F1D Madras

📋 copy color: '#533F1D'

red 83 ◦ green 63 ◦ blue 29

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

Shades of Madras #533F1D

Tints of Madras #533F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 47.43%
G = 36%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#533F1D (or 0x533F1D) is known color: Madras. HEX triplet: 53, 3F and 1D. RGB value is (83,63,29). Sum of RGB (Red+Green+Blue) = 83+63+29=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #533F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F1D is #ACC0E2. Grayscale: #414141. Windows color (decimal): -11321571 or 1916755. OLE color: 1916755.

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

Color convert

RGB 83 63 29 -
CMYK 0 0.24 0.65 0.67
HSL 37.78º 0.48% 0.22% -
HSV(B) 37.78º 0.65% 0.33% -
XYZ 5.57 5.48 1.93 -
YUV 65.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 83 63 29 0 0.24 0.65 0.67 37.78 0.48 0.22
Hex 53 3F 1D 0 18 41 43 26 30 16
Octal 123 77 35 0 30 101 103 46 60 26
Binary 1010011 111111 11101 0 11000 1000001 1000011 100110 110000 10110

Color Harmonies of #533F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F1D

Black with #533F1D

Text Example


Text Example

White with #533F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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