Html Css Color HEX #514624 Bronze Olive

📋 copy color: '#514624'

red 81 ◦ green 70 ◦ blue 36

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

Shades of Bronze Olive #514624

Tints of Bronze Olive #514624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 43.32%
G = 37.43%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#514624 (or 0x514624) is known color: Bronze Olive. HEX triplet: 51, 46 and 24. RGB value is (81,70,36). Sum of RGB (Red+Green+Blue) = 81+70+36=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514624 is #AEB9DB. Grayscale: #454545. Windows color (decimal): -11450844 or 2377297. OLE color: 2377297.

HSL color Cylindrical-coordinate representation of color #514624: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514624 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 36 -
CMYK 0 0.14 0.56 0.68
HSL 45.33º 0.38% 0.23% -
HSV(B) 45.33º 0.56% 0.32% -
XYZ 5.9 6.26 2.57 -
YUV 69.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 81 70 36 0 0.14 0.56 0.68 45.33 0.38 0.23
Hex 51 46 24 0 E 38 44 2D 26 17
Octal 121 106 44 0 16 70 104 55 46 27
Binary 1010001 1000110 100100 0 1110 111000 1000100 101101 100110 10111

Color Harmonies of #514624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514624

Black with #514624

Text Example


Text Example

White with #514624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514624; }

 p { color: rgb(81,70,36); }

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

background-color css

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

 a { background-color: rgb(81,70,36); }

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

border-color css

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

 span { border-color: rgb(81,70,36); }

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