Html Css Color HEX #513D27 Deep Bronze

📋 copy color: '#513D27'

red 81 ◦ green 61 ◦ blue 39

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

Shades of Deep Bronze #513D27

Tints of Deep Bronze #513D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.7%

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

R = 44.75%
G = 33.7%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513D27 (or 0x513D27) is known color: Deep Bronze. HEX triplet: 51, 3D and 27. RGB value is (81,61,39). Sum of RGB (Red+Green+Blue) = 81+61+39=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #513D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D27 is #AEC2D8. Grayscale: #404040. Windows color (decimal): -11453145 or 2571601. OLE color: 2571601.

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

Color convert

RGB 81 61 39 -
CMYK 0 0.25 0.52 0.68
HSL 31.43º 0.35% 0.24% -
HSV(B) 31.43º 0.52% 0.32% -
XYZ 5.43 5.23 2.64 -
YUV 64.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 81 61 39 0 0.25 0.52 0.68 31.43 0.35 0.24
Hex 51 3D 27 0 19 34 44 1F 23 18
Octal 121 75 47 0 31 64 104 37 43 30
Binary 1010001 111101 100111 0 11001 110100 1000100 11111 100011 11000

Color Harmonies of #513D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D27

Black with #513D27

Text Example


Text Example

White with #513D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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