Html Css Color HEX #514C1D Bronze Olive

📋 copy color: '#514C1D'

red 81 ◦ green 76 ◦ blue 29

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

Shades of Bronze Olive #514C1D

Tints of Bronze Olive #514C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 43.55%
G = 40.86%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#514C1D (or 0x514C1D) is known color: Bronze Olive. HEX triplet: 51, 4C and 1D. RGB value is (81,76,29). Sum of RGB (Red+Green+Blue) = 81+76+29=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1D is #AEB3E2. Grayscale: #484848. Windows color (decimal): -11449315 or 1920081. OLE color: 1920081.

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

Color convert

RGB 81 76 29 -
CMYK 0 0.06 0.64 0.68
HSL 54.23º 0.47% 0.22% -
HSV(B) 54.23º 0.64% 0.32% -
XYZ 6.2 7.01 2.19 -
YUV 72.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 81 76 29 0 0.06 0.64 0.68 54.23 0.47 0.22
Hex 51 4C 1D 0 6 40 44 36 2F 16
Octal 121 114 35 0 6 100 104 66 57 26
Binary 1010001 1001100 11101 0 110 1000000 1000100 110110 101111 10110

Color Harmonies of #514C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C1D

Black with #514C1D

Text Example


Text Example

White with #514C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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