Html Css Color HEX #51471D Bronze Olive

📋 copy color: '#51471D'

red 81 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #51471D

Tints of Bronze Olive #51471D

RGB

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

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

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

R = 44.75%
G = 39.23%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51471D (or 0x51471D) is known color: Bronze Olive. HEX triplet: 51, 47 and 1D. RGB value is (81,71,29). Sum of RGB (Red+Green+Blue) = 81+71+29=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471D is #AEB8E2. Grayscale: #454545. Windows color (decimal): -11450595 or 1918801. OLE color: 1918801.

HSL color Cylindrical-coordinate representation of color #51471D: hue angle of 48.46º 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 #51471D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 29 -
CMYK 0 0.12 0.64 0.68
HSL 48.46º 0.47% 0.22% -
HSV(B) 48.46º 0.64% 0.32% -
XYZ 5.87 6.34 2.08 -
YUV 69.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 81 71 29 0 0.12 0.64 0.68 48.46 0.47 0.22
Hex 51 47 1D 0 C 40 44 30 2F 16
Octal 121 107 35 0 14 100 104 60 57 26
Binary 1010001 1000111 11101 0 1100 1000000 1000100 110000 101111 10110

Color Harmonies of #51471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51471D

Black with #51471D

Text Example


Text Example

White with #51471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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