Html Css Color HEX #534302 Madras

📋 copy color: '#534302'

red 83 ◦ green 67 ◦ blue 2

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

Shades of Madras #534302

Tints of Madras #534302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.08%

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

R = 54.61%
G = 44.08%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534302 (or 0x534302) is known color: Madras. HEX triplet: 53, 43 and 02. RGB value is (83,67,2). Sum of RGB (Red+Green+Blue) = 83+67+2=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534302 is #ACBCFD. Grayscale: #404040. Windows color (decimal): -11320574 or 148307. OLE color: 148307.

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

Color convert

RGB 83 67 2 -
CMYK 0 0.19 0.98 0.67
HSL 48.15º 0.95% 0.17% -
HSV(B) 48.15º 0.98% 0.33% -
XYZ 5.59 5.86 0.89 -
YUV 64.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 83 67 2 0 0.19 0.98 0.67 48.15 0.95 0.17
Hex 53 43 2 0 13 62 43 30 5F 11
Octal 123 103 2 0 23 142 103 60 137 21
Binary 1010011 1000011 10 0 10011 1100010 1000011 110000 1011111 10001

Color Harmonies of #534302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534302

Black with #534302

Text Example


Text Example

White with #534302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534302; }

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

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

background-color css

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

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

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

border-color css

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

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

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