Html Css Color HEX #514A0D Bronze Olive

📋 copy color: '#514A0D'

red 81 ◦ green 74 ◦ blue 13

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

Shades of Bronze Olive #514A0D

Tints of Bronze Olive #514A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 48.21%
G = 44.05%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#514A0D (or 0x514A0D) is known color: Bronze Olive. HEX triplet: 51, 4A and 0D. RGB value is (81,74,13). Sum of RGB (Red+Green+Blue) = 81+74+13=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #514A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A0D is #AEB5F2. Grayscale: #454545. Windows color (decimal): -11449843 or 870993. OLE color: 870993.

HSL color Cylindrical-coordinate representation of color #514A0D: hue angle of 53.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #514A0D is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 13 -
CMYK 0 0.09 0.84 0.68
HSL 53.82º 0.72% 0.18% -
HSV(B) 53.82º 0.84% 0.32% -
XYZ 5.91 6.68 1.36 -
YUV 69.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 81 74 13 0 0.09 0.84 0.68 53.82 0.72 0.18
Hex 51 4A D 0 9 54 44 36 48 12
Octal 121 112 15 0 11 124 104 66 110 22
Binary 1010001 1001010 1101 0 1001 1010100 1000100 110110 1001000 10010

Color Harmonies of #514A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A0D

Black with #514A0D

Text Example


Text Example

White with #514A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A0D; }

 p { color: rgb(81,74,13); }

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

background-color css

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

 a { background-color: rgb(81,74,13); }

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

border-color css

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

 span { border-color: rgb(81,74,13); }

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