Html Css Color HEX #514302 Madras

📋 copy color: '#514302'

red 81 ◦ green 67 ◦ blue 2

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

Shades of Madras #514302

Tints of Madras #514302

RGB

 RED value IS 81 (32.03% from 255) = 54%

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

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

R = 54%
G = 44.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#514302 (or 0x514302) is known color: Madras. HEX triplet: 51, 43 and 02. RGB value is (81,67,2). Sum of RGB (Red+Green+Blue) = 81+67+2=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514302 is #AEBCFD. Grayscale: #404040. Windows color (decimal): -11451646 or 148305. OLE color: 148305.

HSL color Cylindrical-coordinate representation of color #514302: hue angle of 49.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #514302 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 67 2 -
CMYK 0 0.17 0.98 0.68
HSL 49.37º 0.95% 0.16% -
HSV(B) 49.37º 0.98% 0.32% -
XYZ 5.41 5.77 0.89 -
YUV 63.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 81 67 2 0 0.17 0.98 0.68 49.37 0.95 0.16
Hex 51 43 2 0 11 62 44 31 5F 10
Octal 121 103 2 0 21 142 104 61 137 20
Binary 1010001 1000011 10 0 10001 1100010 1000100 110001 1011111 10000

Color Harmonies of #514302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514302

Black with #514302

Text Example


Text Example

White with #514302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514302; }

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

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

background-color css

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

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

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

border-color css

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

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

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