Html Css Color HEX #513E26 Deep Bronze

📋 copy color: '#513E26'

red 81 ◦ green 62 ◦ blue 38

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

Shades of Deep Bronze #513E26

Tints of Deep Bronze #513E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

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

R = 44.75%
G = 34.25%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#513E26 (or 0x513E26) is known color: Deep Bronze. HEX triplet: 51, 3E and 26. RGB value is (81,62,38). Sum of RGB (Red+Green+Blue) = 81+62+38=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #513E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E26 is #AEC1D9. Grayscale: #414141. Windows color (decimal): -11452890 or 2506321. OLE color: 2506321.

HSL color Cylindrical-coordinate representation of color #513E26: hue angle of 33.49º 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 #513E26 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 62 38 -
CMYK 0 0.23 0.53 0.68
HSL 33.49º 0.36% 0.23% -
HSV(B) 33.49º 0.53% 0.32% -
XYZ 5.47 5.33 2.58 -
YUV 64.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 81 62 38 0 0.23 0.53 0.68 33.49 0.36 0.23
Hex 51 3E 26 0 17 35 44 21 24 17
Octal 121 76 46 0 27 65 104 41 44 27
Binary 1010001 111110 100110 0 10111 110101 1000100 100001 100100 10111

Color Harmonies of #513E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E26

Black with #513E26

Text Example


Text Example

White with #513E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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