Html Css Color HEX #514A1C Bronze Olive

📋 copy color: '#514A1C'

red 81 ◦ green 74 ◦ blue 28

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

Shades of Bronze Olive #514A1C

Tints of Bronze Olive #514A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 44.26%
G = 40.44%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#514A1C (or 0x514A1C) is known color: Bronze Olive. HEX triplet: 51, 4A and 1C. RGB value is (81,74,28). Sum of RGB (Red+Green+Blue) = 81+74+28=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A1C is #AEB5E3. Grayscale: #474747. Windows color (decimal): -11449828 or 1854033. OLE color: 1854033.

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

Color convert

RGB 81 74 28 -
CMYK 0 0.09 0.65 0.68
HSL 52.08º 0.49% 0.21% -
HSV(B) 52.08º 0.65% 0.32% -
XYZ 6.05 6.73 2.08 -
YUV 70.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 81 74 28 0 0.09 0.65 0.68 52.08 0.49 0.21
Hex 51 4A 1C 0 9 41 44 34 31 15
Octal 121 112 34 0 11 101 104 64 61 25
Binary 1010001 1001010 11100 0 1001 1000001 1000100 110100 110001 10101

Color Harmonies of #514A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A1C

Black with #514A1C

Text Example


Text Example

White with #514A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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