Html Css Color HEX #514322 Madras

📋 copy color: '#514322'

red 81 ◦ green 67 ◦ blue 34

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

Shades of Madras #514322

Tints of Madras #514322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.68%

R = 44.51%
G = 36.81%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514322 (or 0x514322) is known color: Madras. HEX triplet: 51, 43 and 22. RGB value is (81,67,34). Sum of RGB (Red+Green+Blue) = 81+67+34=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514322 is #AEBCDD. Grayscale: #434343. Windows color (decimal): -11451614 or 2245457. OLE color: 2245457.

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

Color convert

RGB 81 67 34 -
CMYK 0 0.17 0.58 0.68
HSL 42.13º 0.41% 0.23% -
HSV(B) 42.13º 0.58% 0.32% -
XYZ 5.69 5.88 2.35 -
YUV 67.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 81 67 34 0 0.17 0.58 0.68 42.13 0.41 0.23
Hex 51 43 22 0 11 3A 44 2A 29 17
Octal 121 103 42 0 21 72 104 52 51 27
Binary 1010001 1000011 100010 0 10001 111010 1000100 101010 101001 10111

Color Harmonies of #514322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514322

Black with #514322

Text Example


Text Example

White with #514322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514322; }

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

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

background-color css

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

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

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

border-color css

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

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

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