Html Css Color HEX #513B23 Deep Bronze

📋 copy color: '#513B23'

red 81 ◦ green 59 ◦ blue 35

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

Shades of Deep Bronze #513B23

Tints of Deep Bronze #513B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20%

R = 46.29%
G = 33.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#513B23 (or 0x513B23) is known color: Deep Bronze. HEX triplet: 51, 3B and 23. RGB value is (81,59,35). Sum of RGB (Red+Green+Blue) = 81+59+35=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B23 is #AEC4DC. Grayscale: #3E3E3E. Windows color (decimal): -11453661 or 2308945. OLE color: 2308945.

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

Color convert

RGB 81 59 35 -
CMYK 0 0.27 0.57 0.68
HSL 31.3º 0.4% 0.23% -
HSV(B) 31.3º 0.57% 0.32% -
XYZ 5.26 5 2.28 -
YUV 62.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 81 59 35 0 0.27 0.57 0.68 31.3 0.4 0.23
Hex 51 3B 23 0 1B 39 44 1F 28 17
Octal 121 73 43 0 33 71 104 37 50 27
Binary 1010001 111011 100011 0 11011 111001 1000100 11111 101000 10111

Color Harmonies of #513B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B23

Black with #513B23

Text Example


Text Example

White with #513B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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