Html Css Color HEX #514828 Bronze Olive

📋 copy color: '#514828'

red 81 ◦ green 72 ◦ blue 40

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

Shades of Bronze Olive #514828

Tints of Bronze Olive #514828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 41.97%
G = 37.31%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#514828 (or 0x514828) is known color: Bronze Olive. HEX triplet: 51, 48 and 28. RGB value is (81,72,40). Sum of RGB (Red+Green+Blue) = 81+72+40=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514828 is #AEB7D7. Grayscale: #474747. Windows color (decimal): -11450328 or 2639953. OLE color: 2639953.

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

Color convert

RGB 81 72 40 -
CMYK 0 0.11 0.51 0.68
HSL 46.83º 0.34% 0.24% -
HSV(B) 46.83º 0.51% 0.32% -
XYZ 6.09 6.54 2.95 -
YUV 71.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 81 72 40 0 0.11 0.51 0.68 46.83 0.34 0.24
Hex 51 48 28 0 B 33 44 2F 22 18
Octal 121 110 50 0 13 63 104 57 42 30
Binary 1010001 1001000 101000 0 1011 110011 1000100 101111 100010 11000

Color Harmonies of #514828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514828

Black with #514828

Text Example


Text Example

White with #514828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514828; }

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

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

background-color css

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

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

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

border-color css

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

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

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