Html Css Color HEX #51491D Bronze Olive

📋 copy color: '#51491D'

red 81 ◦ green 73 ◦ blue 29

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

Shades of Bronze Olive #51491D

Tints of Bronze Olive #51491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 44.26%
G = 39.89%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51491D (or 0x51491D) is known color: Bronze Olive. HEX triplet: 51, 49 and 1D. RGB value is (81,73,29). Sum of RGB (Red+Green+Blue) = 81+73+29=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51491D is #AEB6E2. Grayscale: #464646. Windows color (decimal): -11450083 or 1919313. OLE color: 1919313.

HSL color Cylindrical-coordinate representation of color #51491D: hue angle of 50.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51491D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 29 -
CMYK 0 0.10 0.64 0.68
HSL 50.77º 0.47% 0.22% -
HSV(B) 50.77º 0.64% 0.32% -
XYZ 6 6.6 2.12 -
YUV 70.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 81 73 29 0 0.10 0.64 0.68 50.77 0.47 0.22
Hex 51 49 1D 0 A 40 44 33 2F 16
Octal 121 111 35 0 12 100 104 63 57 26
Binary 1010001 1001001 11101 0 1010 1000000 1000100 110011 101111 10110

Color Harmonies of #51491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51491D

Black with #51491D

Text Example


Text Example

White with #51491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51491D; }

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

 H1.HeaderClassName
 {
   color: #51491D;
 }
 .AnyTagClassName
 {
   color: #51491D;
 }
</style>

background-color css

<style>
 a { background-color: #51491D; }

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

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

border-color css

<style>
 span { border-color: #51491D; }

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

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