Html Css Color HEX #51471B Bronze Olive

📋 copy color: '#51471B'

red 81 ◦ green 71 ◦ blue 27

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

Shades of Bronze Olive #51471B

Tints of Bronze Olive #51471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 45.25%
G = 39.66%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51471B (or 0x51471B) is known color: Bronze Olive. HEX triplet: 51, 47 and 1B. RGB value is (81,71,27). Sum of RGB (Red+Green+Blue) = 81+71+27=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471B is #AEB8E4. Grayscale: #454545. Windows color (decimal): -11450597 or 1787729. OLE color: 1787729.

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

Color convert

RGB 81 71 27 -
CMYK 0 0.12 0.67 0.68
HSL 48.89º 0.5% 0.21% -
HSV(B) 48.89º 0.67% 0.32% -
XYZ 5.84 6.33 1.95 -
YUV 68.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 81 71 27 0 0.12 0.67 0.68 48.89 0.5 0.21
Hex 51 47 1B 0 C 43 44 31 32 15
Octal 121 107 33 0 14 103 104 61 62 25
Binary 1010001 1000111 11011 0 1100 1000011 1000100 110001 110010 10101

Color Harmonies of #51471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51471B

Black with #51471B

Text Example


Text Example

White with #51471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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