Html Css Color HEX #514824 Bronze Olive

📋 copy color: '#514824'

red 81 ◦ green 72 ◦ blue 36

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

Shades of Bronze Olive #514824

Tints of Bronze Olive #514824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 36 (14.45% from 255) = 19.05%

R = 42.86%
G = 38.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#514824 (or 0x514824) is known color: Bronze Olive. HEX triplet: 51, 48 and 24. RGB value is (81,72,36). Sum of RGB (Red+Green+Blue) = 81+72+36=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514824 is #AEB7DB. Grayscale: #464646. Windows color (decimal): -11450332 or 2377809. OLE color: 2377809.

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

Color convert

RGB 81 72 36 -
CMYK 0 0.11 0.56 0.68
HSL 48º 0.38% 0.23% -
HSV(B) 48º 0.56% 0.32% -
XYZ 6.03 6.51 2.61 -
YUV 70.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 81 72 36 0 0.11 0.56 0.68 48 0.38 0.23
Hex 51 48 24 0 B 38 44 30 26 17
Octal 121 110 44 0 13 70 104 60 46 27
Binary 1010001 1001000 100100 0 1011 111000 1000100 110000 100110 10111

Color Harmonies of #514824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514824

Black with #514824

Text Example


Text Example

White with #514824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514824; }

 p { color: rgb(81,72,36); }

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

background-color css

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

 a { background-color: rgb(81,72,36); }

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

border-color css

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

 span { border-color: rgb(81,72,36); }

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