Html Css Color HEX #514232 Deep Bronze

📋 copy color: '#514232'

red 81 ◦ green 66 ◦ blue 50

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

Shades of Deep Bronze #514232

Tints of Deep Bronze #514232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 41.12%
G = 33.5%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#514232 (or 0x514232) is known color: Deep Bronze. HEX triplet: 51, 42 and 32. RGB value is (81,66,50). Sum of RGB (Red+Green+Blue) = 81+66+50=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #514232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514232 is #AEBDCD. Grayscale: #444444. Windows color (decimal): -11451854 or 3293777. OLE color: 3293777.

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

Color convert

RGB 81 66 50 -
CMYK 0 0.19 0.38 0.68
HSL 30.97º 0.24% 0.26% -
HSV(B) 30.97º 0.38% 0.32% -
XYZ 5.92 5.88 3.84 -
YUV 68.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 81 66 50 0 0.19 0.38 0.68 30.97 0.24 0.26
Hex 51 42 32 0 13 26 44 1F 18 1A
Octal 121 102 62 0 23 46 104 37 30 32
Binary 1010001 1000010 110010 0 10011 100110 1000100 11111 11000 11010

Color Harmonies of #514232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514232

Black with #514232

Text Example


Text Example

White with #514232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514232; }

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

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

background-color css

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

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

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

border-color css

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

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

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