Html Css Color HEX #514234 Deep Bronze

📋 copy color: '#514234'

red 81 ◦ green 66 ◦ blue 52

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

Shades of Deep Bronze #514234

Tints of Deep Bronze #514234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 40.7%
G = 33.17%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514234 (or 0x514234) is known color: Deep Bronze. HEX triplet: 51, 42 and 34. RGB value is (81,66,52). Sum of RGB (Red+Green+Blue) = 81+66+52=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514234 is #AEBDCB. Grayscale: #444444. Windows color (decimal): -11451852 or 3424849. OLE color: 3424849.

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

Color convert

RGB 81 66 52 -
CMYK 0 0.19 0.36 0.68
HSL 28.97º 0.22% 0.26% -
HSV(B) 28.97º 0.36% 0.32% -
XYZ 5.96 5.89 4.07 -
YUV 68.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 81 66 52 0 0.19 0.36 0.68 28.97 0.22 0.26
Hex 51 42 34 0 13 24 44 1D 16 1A
Octal 121 102 64 0 23 44 104 35 26 32
Binary 1010001 1000010 110100 0 10011 100100 1000100 11101 10110 11010

Color Harmonies of #514234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514234

Black with #514234

Text Example


Text Example

White with #514234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514234; }

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

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

background-color css

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

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

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

border-color css

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

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

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