Html Css Color HEX #514A0B Bronze Olive

📋 copy color: '#514A0B'

red 81 ◦ green 74 ◦ blue 11

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

Shades of Bronze Olive #514A0B

Tints of Bronze Olive #514A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 48.8%
G = 44.58%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#514A0B (or 0x514A0B) is known color: Bronze Olive. HEX triplet: 51, 4A and 0B. RGB value is (81,74,11). Sum of RGB (Red+Green+Blue) = 81+74+11=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #514A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A0B is #AEB5F4. Grayscale: #454545. Windows color (decimal): -11449845 or 739921. OLE color: 739921.

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

Color convert

RGB 81 74 11 -
CMYK 0 0.09 0.86 0.68
HSL 54º 0.76% 0.18% -
HSV(B) 54º 0.86% 0.32% -
XYZ 5.9 6.67 1.29 -
YUV 68.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 81 74 11 0 0.09 0.86 0.68 54 0.76 0.18
Hex 51 4A B 0 9 56 44 36 4C 12
Octal 121 112 13 0 11 126 104 66 114 22
Binary 1010001 1001010 1011 0 1001 1010110 1000100 110110 1001100 10010

Color Harmonies of #514A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A0B

Black with #514A0B

Text Example


Text Example

White with #514A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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