Html Css Color HEX #513F24 Deep Bronze

📋 copy color: '#513F24'

red 81 ◦ green 63 ◦ blue 36

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

Shades of Deep Bronze #513F24

Tints of Deep Bronze #513F24

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 36 (14.45% from 255) = 20%

R = 45%
G = 35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#513F24 (or 0x513F24) is known color: Deep Bronze. HEX triplet: 51, 3F and 24. RGB value is (81,63,36). Sum of RGB (Red+Green+Blue) = 81+63+36=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #513F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F24 is #AEC0DB. Grayscale: #414141. Windows color (decimal): -11452636 or 2375505. OLE color: 2375505.

HSL color Cylindrical-coordinate representation of color #513F24: hue angle of 36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513F24 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 63 36 -
CMYK 0 0.22 0.56 0.68
HSL 36º 0.38% 0.23% -
HSV(B) 36º 0.56% 0.32% -
XYZ 5.49 5.43 2.43 -
YUV 65.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 81 63 36 0 0.22 0.56 0.68 36 0.38 0.23
Hex 51 3F 24 0 16 38 44 24 26 17
Octal 121 77 44 0 26 70 104 44 46 27
Binary 1010001 111111 100100 0 10110 111000 1000100 100100 100110 10111

Color Harmonies of #513F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F24

Black with #513F24

Text Example


Text Example

White with #513F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,36); }

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

background-color css

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

 a { background-color: rgb(81,63,36); }

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

border-color css

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

 span { border-color: rgb(81,63,36); }

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