Html Css Color HEX #51470A Bronze Olive

📋 copy color: '#51470A'

red 81 ◦ green 71 ◦ blue 10

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

Shades of Bronze Olive #51470A

Tints of Bronze Olive #51470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 50%
G = 43.83%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#51470A (or 0x51470A) is known color: Bronze Olive. HEX triplet: 51, 47 and 0A. RGB value is (81,71,10). Sum of RGB (Red+Green+Blue) = 81+71+10=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470A is #AEB8F5. Grayscale: #434343. Windows color (decimal): -11450614 or 673617. OLE color: 673617.

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

Color convert

RGB 81 71 10 -
CMYK 0 0.12 0.88 0.68
HSL 51.55º 0.78% 0.18% -
HSV(B) 51.55º 0.88% 0.32% -
XYZ 5.7 6.28 1.2 -
YUV 67.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 81 71 10 0 0.12 0.88 0.68 51.55 0.78 0.18
Hex 51 47 A 0 C 58 44 34 4E 12
Octal 121 107 12 0 14 130 104 64 116 22
Binary 1010001 1000111 1010 0 1100 1011000 1000100 110100 1001110 10010

Color Harmonies of #51470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51470A

Black with #51470A

Text Example


Text Example

White with #51470A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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