Html Css Color HEX #51471A Bronze Olive

📋 copy color: '#51471A'

red 81 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #51471A

Tints of Bronze Olive #51471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 45.51%
G = 39.89%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51471A (or 0x51471A) is known color: Bronze Olive. HEX triplet: 51, 47 and 1A. RGB value is (81,71,26). Sum of RGB (Red+Green+Blue) = 81+71+26=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471A is #AEB8E5. Grayscale: #454545. Windows color (decimal): -11450598 or 1722193. OLE color: 1722193.

HSL color Cylindrical-coordinate representation of color #51471A: hue angle of 49.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51471A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 26 -
CMYK 0 0.12 0.68 0.68
HSL 49.09º 0.51% 0.21% -
HSV(B) 49.09º 0.68% 0.32% -
XYZ 5.83 6.33 1.89 -
YUV 68.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 81 71 26 0 0.12 0.68 0.68 49.09 0.51 0.21
Hex 51 47 1A 0 C 44 44 31 33 15
Octal 121 107 32 0 14 104 104 61 63 25
Binary 1010001 1000111 11010 0 1100 1000100 1000100 110001 110011 10101

Color Harmonies of #51471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51471A

Black with #51471A

Text Example


Text Example

White with #51471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51471A; }

 p { color: rgb(81,71,26); }

 H1.HeaderClassName
 {
   color: #51471A;
 }
 .AnyTagClassName
 {
   color: #51471A;
 }
</style>

background-color css

<style>
 a { background-color: #51471A; }

 a { background-color: rgb(81,71,26); }

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

border-color css

<style>
 span { border-color: #51471A; }

 span { border-color: rgb(81,71,26); }

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