Html Css Color HEX #51470C Bronze Olive

📋 copy color: '#51470C'

red 81 ◦ green 71 ◦ blue 12

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

Shades of Bronze Olive #51470C

Tints of Bronze Olive #51470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 49.39%
G = 43.29%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#51470C (or 0x51470C) is known color: Bronze Olive. HEX triplet: 51, 47 and 0C. RGB value is (81,71,12). Sum of RGB (Red+Green+Blue) = 81+71+12=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470C is #AEB8F3. Grayscale: #434343. Windows color (decimal): -11450612 or 804689. OLE color: 804689.

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

Color convert

RGB 81 71 12 -
CMYK 0 0.12 0.85 0.68
HSL 51.3º 0.74% 0.18% -
HSV(B) 51.3º 0.85% 0.32% -
XYZ 5.71 6.28 1.26 -
YUV 67.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 81 71 12 0 0.12 0.85 0.68 51.3 0.74 0.18
Hex 51 47 C 0 C 55 44 33 4A 12
Octal 121 107 14 0 14 125 104 63 112 22
Binary 1010001 1000111 1100 0 1100 1010101 1000100 110011 1001010 10010

Color Harmonies of #51470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51470C

Black with #51470C

Text Example


Text Example

White with #51470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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