Html Css Color HEX #514228 Deep Bronze

📋 copy color: '#514228'

red 81 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #514228

Tints of Deep Bronze #514228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 43.32%
G = 35.29%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#514228 (or 0x514228) is known color: Deep Bronze. HEX triplet: 51, 42 and 28. RGB value is (81,66,40). Sum of RGB (Red+Green+Blue) = 81+66+40=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514228 is #AEBDD7. Grayscale: #434343. Windows color (decimal): -11451864 or 2638417. OLE color: 2638417.

HSL color Cylindrical-coordinate representation of color #514228: hue angle of 38.05º 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 #514228 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 40 -
CMYK 0 0.19 0.51 0.68
HSL 38.05º 0.34% 0.24% -
HSV(B) 38.05º 0.51% 0.32% -
XYZ 5.72 5.8 2.83 -
YUV 67.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 81 66 40 0 0.19 0.51 0.68 38.05 0.34 0.24
Hex 51 42 28 0 13 33 44 26 22 18
Octal 121 102 50 0 23 63 104 46 42 30
Binary 1010001 1000010 101000 0 10011 110011 1000100 100110 100010 11000

Color Harmonies of #514228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514228

Black with #514228

Text Example


Text Example

White with #514228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514228; }

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

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

background-color css

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

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

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

border-color css

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

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

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