Html Css Color HEX #534103 Madras

📋 copy color: '#534103'

red 83 ◦ green 65 ◦ blue 3

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

Shades of Madras #534103

Tints of Madras #534103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 54.97%
G = 43.05%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534103 (or 0x534103) is known color: Madras. HEX triplet: 53, 41 and 03. RGB value is (83,65,3). Sum of RGB (Red+Green+Blue) = 83+65+3=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #534103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534103 is #ACBEFC. Grayscale: #3F3F3F. Windows color (decimal): -11321085 or 213331. OLE color: 213331.

HSL color Cylindrical-coordinate representation of color #534103: hue angle of 46.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534103 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 3 -
CMYK 0 0.22 0.96 0.67
HSL 46.5º 0.93% 0.17% -
HSV(B) 46.5º 0.96% 0.33% -
XYZ 5.47 5.63 0.88 -
YUV 63.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 83 65 3 0 0.22 0.96 0.67 46.5 0.93 0.17
Hex 53 41 3 0 16 60 43 2E 5D 11
Octal 123 101 3 0 26 140 103 56 135 21
Binary 1010011 1000001 11 0 10110 1100000 1000011 101110 1011101 10001

Color Harmonies of #534103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534103

Black with #534103

Text Example


Text Example

White with #534103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534103; }

 p { color: rgb(83,65,3); }

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

background-color css

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

 a { background-color: rgb(83,65,3); }

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

border-color css

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

 span { border-color: rgb(83,65,3); }

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