Html Css Color HEX #513B26 Deep Bronze

📋 copy color: '#513B26'

red 81 ◦ green 59 ◦ blue 38

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

Shades of Deep Bronze #513B26

Tints of Deep Bronze #513B26

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 45.51%
G = 33.15%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#513B26 (or 0x513B26) is known color: Deep Bronze. HEX triplet: 51, 3B and 26. RGB value is (81,59,38). Sum of RGB (Red+Green+Blue) = 81+59+38=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #513B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B26 is #AEC4D9. Grayscale: #3F3F3F. Windows color (decimal): -11453658 or 2505553. OLE color: 2505553.

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

Color convert

RGB 81 59 38 -
CMYK 0 0.27 0.53 0.68
HSL 29.3º 0.36% 0.23% -
HSV(B) 29.3º 0.53% 0.32% -
XYZ 5.31 5.02 2.52 -
YUV 63.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 81 59 38 0 0.27 0.53 0.68 29.3 0.36 0.23
Hex 51 3B 26 0 1B 35 44 1D 24 17
Octal 121 73 46 0 33 65 104 35 44 27
Binary 1010001 111011 100110 0 11011 110101 1000100 11101 100100 10111

Color Harmonies of #513B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B26

Black with #513B26

Text Example


Text Example

White with #513B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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