Html Css Color HEX #51461C Bronze Olive

📋 copy color: '#51461C'

red 81 ◦ green 70 ◦ blue 28

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

Shades of Bronze Olive #51461C

Tints of Bronze Olive #51461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 45.25%
G = 39.11%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51461C (or 0x51461C) is known color: Bronze Olive. HEX triplet: 51, 46 and 1C. RGB value is (81,70,28). Sum of RGB (Red+Green+Blue) = 81+70+28=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51461C is #AEB9E3. Grayscale: #444444. Windows color (decimal): -11450852 or 1853009. OLE color: 1853009.

HSL color Cylindrical-coordinate representation of color #51461C: hue angle of 47.55º 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 #51461C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 28 -
CMYK 0 0.14 0.65 0.68
HSL 47.55º 0.49% 0.21% -
HSV(B) 47.55º 0.65% 0.32% -
XYZ 5.79 6.21 1.99 -
YUV 68.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 81 70 28 0 0.14 0.65 0.68 47.55 0.49 0.21
Hex 51 46 1C 0 E 41 44 30 31 15
Octal 121 106 34 0 16 101 104 60 61 25
Binary 1010001 1000110 11100 0 1110 1000001 1000100 110000 110001 10101

Color Harmonies of #51461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51461C

Black with #51461C

Text Example


Text Example

White with #51461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51461C; }

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

 H1.HeaderClassName
 {
   color: #51461C;
 }
 .AnyTagClassName
 {
   color: #51461C;
 }
</style>

background-color css

<style>
 a { background-color: #51461C; }

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

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

border-color css

<style>
 span { border-color: #51461C; }

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

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