Html Css Color HEX #514333 Deep Bronze

📋 copy color: '#514333'

red 81 ◦ green 67 ◦ blue 51

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

Shades of Deep Bronze #514333

Tints of Deep Bronze #514333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 40.7%
G = 33.67%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514333 (or 0x514333) is known color: Deep Bronze. HEX triplet: 51, 43 and 33. RGB value is (81,67,51). Sum of RGB (Red+Green+Blue) = 81+67+51=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514333 is #AEBCCC. Grayscale: #454545. Windows color (decimal): -11451597 or 3359569. OLE color: 3359569.

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

Color convert

RGB 81 67 51 -
CMYK 0 0.17 0.37 0.68
HSL 32º 0.23% 0.26% -
HSV(B) 32º 0.37% 0.32% -
XYZ 6 6 3.97 -
YUV 69.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 81 67 51 0 0.17 0.37 0.68 32 0.23 0.26
Hex 51 43 33 0 11 25 44 20 17 1A
Octal 121 103 63 0 21 45 104 40 27 32
Binary 1010001 1000011 110011 0 10001 100101 1000100 100000 10111 11010

Color Harmonies of #514333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514333

Black with #514333

Text Example


Text Example

White with #514333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514333; }

 p { color: rgb(81,67,51); }

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

background-color css

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

 a { background-color: rgb(81,67,51); }

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

border-color css

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

 span { border-color: rgb(81,67,51); }

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