Html Css Color HEX #51490F Bronze Olive

📋 copy color: '#51490F'

red 81 ◦ green 73 ◦ blue 15

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

Shades of Bronze Olive #51490F

Tints of Bronze Olive #51490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.2%

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 47.93%
G = 43.2%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51490F (or 0x51490F) is known color: Bronze Olive. HEX triplet: 51, 49 and 0F. RGB value is (81,73,15). Sum of RGB (Red+Green+Blue) = 81+73+15=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #51490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51490F is #AEB6F0. Grayscale: #454545. Windows color (decimal): -11450097 or 1001809. OLE color: 1001809.

HSL color Cylindrical-coordinate representation of color #51490F: hue angle of 52.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51490F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 15 -
CMYK 0 0.10 0.81 0.68
HSL 52.73º 0.69% 0.19% -
HSV(B) 52.73º 0.81% 0.32% -
XYZ 5.86 6.55 1.41 -
YUV 68.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 81 73 15 0 0.10 0.81 0.68 52.73 0.69 0.19
Hex 51 49 F 0 A 51 44 35 45 13
Octal 121 111 17 0 12 121 104 65 105 23
Binary 1010001 1001001 1111 0 1010 1010001 1000100 110101 1000101 10011

Color Harmonies of #51490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51490F

Black with #51490F

Text Example


Text Example

White with #51490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51490F; }

 p { color: rgb(81,73,15); }

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

background-color css

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

 a { background-color: rgb(81,73,15); }

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

border-color css

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

 span { border-color: rgb(81,73,15); }

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