Html Css Color HEX #51491B Bronze Olive

📋 copy color: '#51491B'

red 81 ◦ green 73 ◦ blue 27

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

Shades of Bronze Olive #51491B

Tints of Bronze Olive #51491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

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

R = 44.75%
G = 40.33%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51491B (or 0x51491B) is known color: Bronze Olive. HEX triplet: 51, 49 and 1B. RGB value is (81,73,27). Sum of RGB (Red+Green+Blue) = 81+73+27=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51491B is #AEB6E4. Grayscale: #464646. Windows color (decimal): -11450085 or 1788241. OLE color: 1788241.

HSL color Cylindrical-coordinate representation of color #51491B: hue angle of 51.11º 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 #51491B is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 27 -
CMYK 0 0.10 0.67 0.68
HSL 51.11º 0.5% 0.21% -
HSV(B) 51.11º 0.67% 0.32% -
XYZ 5.97 6.59 1.99 -
YUV 70.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 81 73 27 0 0.10 0.67 0.68 51.11 0.5 0.21
Hex 51 49 1B 0 A 43 44 33 32 15
Octal 121 111 33 0 12 103 104 63 62 25
Binary 1010001 1001001 11011 0 1010 1000011 1000100 110011 110010 10101

Color Harmonies of #51491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51491B

Black with #51491B

Text Example


Text Example

White with #51491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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