Html Css Color HEX #513F3B Crater Brown

📋 copy color: '#513F3B'

red 81 ◦ green 63 ◦ blue 59

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

Shades of Crater Brown #513F3B

Tints of Crater Brown #513F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 39.9%
G = 31.03%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#513F3B (or 0x513F3B) is known color: Crater Brown. HEX triplet: 51, 3F and 3B. RGB value is (81,63,59). Sum of RGB (Red+Green+Blue) = 81+63+59=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F3B is #AEC0C4. Grayscale: #434343. Windows color (decimal): -11452613 or 3882833. OLE color: 3882833.

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

Color convert

RGB 81 63 59 -
CMYK 0 0.22 0.27 0.68
HSL 10.91º 0.16% 0.27% -
HSV(B) 10.91º 0.27% 0.32% -
XYZ 5.96 5.62 4.91 -
YUV 67.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 81 63 59 0 0.22 0.27 0.68 10.91 0.16 0.27
Hex 51 3F 3B 0 16 1B 44 B 10 1B
Octal 121 77 73 0 26 33 104 13 20 33
Binary 1010001 111111 111011 0 10110 11011 1000100 1011 10000 11011

Color Harmonies of #513F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F3B

Black with #513F3B

Text Example


Text Example

White with #513F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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