Html Css Color HEX #514028 Deep Bronze

📋 copy color: '#514028'

red 81 ◦ green 64 ◦ blue 40

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

Shades of Deep Bronze #514028

Tints of Deep Bronze #514028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 43.78%
G = 34.59%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#514028 (or 0x514028) is known color: Deep Bronze. HEX triplet: 51, 40 and 28. RGB value is (81,64,40). Sum of RGB (Red+Green+Blue) = 81+64+40=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514028 is #AEBFD7. Grayscale: #424242. Windows color (decimal): -11452376 or 2637905. OLE color: 2637905.

HSL color Cylindrical-coordinate representation of color #514028: hue angle of 35.12º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514028 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 40 -
CMYK 0 0.21 0.51 0.68
HSL 35.12º 0.34% 0.24% -
HSV(B) 35.12º 0.51% 0.32% -
XYZ 5.61 5.57 2.79 -
YUV 66.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 81 64 40 0 0.21 0.51 0.68 35.12 0.34 0.24
Hex 51 40 28 0 15 33 44 23 22 18
Octal 121 100 50 0 25 63 104 43 42 30
Binary 1010001 1000000 101000 0 10101 110011 1000100 100011 100010 11000

Color Harmonies of #514028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514028

Black with #514028

Text Example


Text Example

White with #514028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514028; }

 p { color: rgb(81,64,40); }

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

background-color css

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

 a { background-color: rgb(81,64,40); }

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

border-color css

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

 span { border-color: rgb(81,64,40); }

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