Html Css Color HEX #513B27 Deep Bronze

📋 copy color: '#513B27'

red 81 ◦ green 59 ◦ blue 39

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

Shades of Deep Bronze #513B27

Tints of Deep Bronze #513B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 45.25%
G = 32.96%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513B27 (or 0x513B27) is known color: Deep Bronze. HEX triplet: 51, 3B and 27. RGB value is (81,59,39). Sum of RGB (Red+Green+Blue) = 81+59+39=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B27 is #AEC4D8. Grayscale: #3F3F3F. Windows color (decimal): -11453657 or 2571089. OLE color: 2571089.

HSL color Cylindrical-coordinate representation of color #513B27: hue angle of 28.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513B27 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 39 -
CMYK 0 0.27 0.52 0.68
HSL 28.57º 0.35% 0.24% -
HSV(B) 28.57º 0.52% 0.32% -
XYZ 5.32 5.02 2.61 -
YUV 63.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 81 59 39 0 0.27 0.52 0.68 28.57 0.35 0.24
Hex 51 3B 27 0 1B 34 44 1D 23 18
Octal 121 73 47 0 33 64 104 35 43 30
Binary 1010001 111011 100111 0 11011 110100 1000100 11101 100011 11000

Color Harmonies of #513B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B27

Black with #513B27

Text Example


Text Example

White with #513B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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