Html Css Color HEX #534402 Madras

📋 copy color: '#534402'

red 83 ◦ green 68 ◦ blue 2

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

Shades of Madras #534402

Tints of Madras #534402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.44%

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

R = 54.25%
G = 44.44%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534402 (or 0x534402) is known color: Madras. HEX triplet: 53, 44 and 02. RGB value is (83,68,2). Sum of RGB (Red+Green+Blue) = 83+68+2=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534402 is #ACBBFD. Grayscale: #414141. Windows color (decimal): -11320318 or 148563. OLE color: 148563.

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

Color convert

RGB 83 68 2 -
CMYK 0 0.18 0.98 0.67
HSL 48.89º 0.95% 0.17% -
HSV(B) 48.89º 0.98% 0.33% -
XYZ 5.65 5.98 0.91 -
YUV 64.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 83 68 2 0 0.18 0.98 0.67 48.89 0.95 0.17
Hex 53 44 2 0 12 62 43 31 5F 11
Octal 123 104 2 0 22 142 103 61 137 21
Binary 1010011 1000100 10 0 10010 1100010 1000011 110001 1011111 10001

Color Harmonies of #534402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534402

Black with #534402

Text Example


Text Example

White with #534402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534402; }

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

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

background-color css

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

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

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

border-color css

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

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

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