Html Css Color HEX #513D39 Crater Brown

📋 copy color: '#513D39'

red 81 ◦ green 61 ◦ blue 57

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

Shades of Crater Brown #513D39

Tints of Crater Brown #513D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.64%

R = 40.7%
G = 30.65%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#513D39 (or 0x513D39) is known color: Crater Brown. HEX triplet: 51, 3D and 39. RGB value is (81,61,57). Sum of RGB (Red+Green+Blue) = 81+61+57=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D39 is #AEC2C6. Grayscale: #424242. Windows color (decimal): -11453127 or 3751249. OLE color: 3751249.

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

Color convert

RGB 81 61 57 -
CMYK 0 0.25 0.30 0.68
HSL 10º 0.17% 0.27% -
HSV(B) 10º 0.3% 0.32% -
XYZ 5.8 5.38 4.6 -
YUV 66.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 81 61 57 0 0.25 0.30 0.68 10 0.17 0.27
Hex 51 3D 39 0 19 1E 44 A 11 1B
Octal 121 75 71 0 31 36 104 12 21 33
Binary 1010001 111101 111001 0 11001 11110 1000100 1010 10001 11011

Color Harmonies of #513D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D39

Black with #513D39

Text Example


Text Example

White with #513D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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