Html Css Color HEX #514226 Deep Bronze

📋 copy color: '#514226'

red 81 ◦ green 66 ◦ blue 38

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

Shades of Deep Bronze #514226

Tints of Deep Bronze #514226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 43.78%
G = 35.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#514226 (or 0x514226) is known color: Deep Bronze. HEX triplet: 51, 42 and 26. RGB value is (81,66,38). Sum of RGB (Red+Green+Blue) = 81+66+38=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514226 is #AEBDD9. Grayscale: #434343. Windows color (decimal): -11451866 or 2507345. OLE color: 2507345.

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

Color convert

RGB 81 66 38 -
CMYK 0 0.19 0.53 0.68
HSL 39.07º 0.36% 0.23% -
HSV(B) 39.07º 0.53% 0.32% -
XYZ 5.69 5.79 2.65 -
YUV 67.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 81 66 38 0 0.19 0.53 0.68 39.07 0.36 0.23
Hex 51 42 26 0 13 35 44 27 24 17
Octal 121 102 46 0 23 65 104 47 44 27
Binary 1010001 1000010 100110 0 10011 110101 1000100 100111 100100 10111

Color Harmonies of #514226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514226

Black with #514226

Text Example


Text Example

White with #514226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514226; }

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

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

background-color css

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

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

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

border-color css

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

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

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