Html Css Color HEX #514C0E Bronze Olive

📋 copy color: '#514C0E'

red 81 ◦ green 76 ◦ blue 14

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

Shades of Bronze Olive #514C0E

Tints of Bronze Olive #514C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 47.37%
G = 44.44%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#514C0E (or 0x514C0E) is known color: Bronze Olive. HEX triplet: 51, 4C and 0E. RGB value is (81,76,14). Sum of RGB (Red+Green+Blue) = 81+76+14=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C0E is #AEB3F1. Grayscale: #464646. Windows color (decimal): -11449330 or 937041. OLE color: 937041.

HSL color Cylindrical-coordinate representation of color #514C0E: hue angle of 55.52º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #514C0E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 14 -
CMYK 0 0.06 0.83 0.68
HSL 55.52º 0.71% 0.19% -
HSV(B) 55.52º 0.83% 0.32% -
XYZ 6.06 6.95 1.44 -
YUV 70.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 81 76 14 0 0.06 0.83 0.68 55.52 0.71 0.19
Hex 51 4C E 0 6 53 44 38 47 13
Octal 121 114 16 0 6 123 104 70 107 23
Binary 1010001 1001100 1110 0 110 1010011 1000100 111000 1000111 10011

Color Harmonies of #514C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C0E

Black with #514C0E

Text Example


Text Example

White with #514C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,14); }

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

background-color css

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

 a { background-color: rgb(81,76,14); }

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

border-color css

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

 span { border-color: rgb(81,76,14); }

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