Html Css Color HEX #51481E Bronze Olive

📋 copy color: '#51481E'

red 81 ◦ green 72 ◦ blue 30

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

Shades of Bronze Olive #51481E

Tints of Bronze Olive #51481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 44.26%
G = 39.34%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51481E (or 0x51481E) is known color: Bronze Olive. HEX triplet: 51, 48 and 1E. RGB value is (81,72,30). Sum of RGB (Red+Green+Blue) = 81+72+30=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51481E is #AEB7E1. Grayscale: #464646. Windows color (decimal): -11450338 or 1984593. OLE color: 1984593.

HSL color Cylindrical-coordinate representation of color #51481E: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51481E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 30 -
CMYK 0 0.11 0.63 0.68
HSL 49.41º 0.46% 0.22% -
HSV(B) 49.41º 0.63% 0.32% -
XYZ 5.95 6.48 2.17 -
YUV 69.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 81 72 30 0 0.11 0.63 0.68 49.41 0.46 0.22
Hex 51 48 1E 0 B 3F 44 31 2E 16
Octal 121 110 36 0 13 77 104 61 56 26
Binary 1010001 1001000 11110 0 1011 111111 1000100 110001 101110 10110

Color Harmonies of #51481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51481E

Black with #51481E

Text Example


Text Example

White with #51481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51481E; }

 p { color: rgb(81,72,30); }

 H1.HeaderClassName
 {
   color: #51481E;
 }
 .AnyTagClassName
 {
   color: #51481E;
 }
</style>

background-color css

<style>
 a { background-color: #51481E; }

 a { background-color: rgb(81,72,30); }

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

border-color css

<style>
 span { border-color: #51481E; }

 span { border-color: rgb(81,72,30); }

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