Html Css Color HEX #514325 Madras

📋 copy color: '#514325'

red 81 ◦ green 67 ◦ blue 37

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

Shades of Madras #514325

Tints of Madras #514325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 43.78%
G = 36.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#514325 (or 0x514325) is known color: Madras. HEX triplet: 51, 43 and 25. RGB value is (81,67,37). Sum of RGB (Red+Green+Blue) = 81+67+37=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514325 is #AEBCDA. Grayscale: #434343. Windows color (decimal): -11451611 or 2442065. OLE color: 2442065.

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

Color convert

RGB 81 67 37 -
CMYK 0 0.17 0.54 0.68
HSL 40.91º 0.37% 0.23% -
HSV(B) 40.91º 0.54% 0.32% -
XYZ 5.73 5.9 2.59 -
YUV 67.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 81 67 37 0 0.17 0.54 0.68 40.91 0.37 0.23
Hex 51 43 25 0 11 36 44 29 25 17
Octal 121 103 45 0 21 66 104 51 45 27
Binary 1010001 1000011 100101 0 10001 110110 1000100 101001 100101 10111

Color Harmonies of #514325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514325

Black with #514325

Text Example


Text Example

White with #514325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514325; }

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

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

background-color css

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

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

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

border-color css

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

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

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