Html Css Color HEX #513D3A Crater Brown

📋 copy color: '#513D3A'

red 81 ◦ green 61 ◦ blue 58

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

Shades of Crater Brown #513D3A

Tints of Crater Brown #513D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29%

R = 40.5%
G = 30.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#513D3A (or 0x513D3A) is known color: Crater Brown. HEX triplet: 51, 3D and 3A. RGB value is (81,61,58). Sum of RGB (Red+Green+Blue) = 81+61+58=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D3A is #AEC2C5. Grayscale: #424242. Windows color (decimal): -11453126 or 3816785. OLE color: 3816785.

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

Color convert

RGB 81 61 58 -
CMYK 0 0.25 0.28 0.68
HSL 7.83º 0.17% 0.27% -
HSV(B) 7.83º 0.28% 0.32% -
XYZ 5.83 5.39 4.74 -
YUV 66.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 81 61 58 0 0.25 0.28 0.68 7.83 0.17 0.27
Hex 51 3D 3A 0 19 1C 44 8 11 1B
Octal 121 75 72 0 31 34 104 10 21 33
Binary 1010001 111101 111010 0 11001 11100 1000100 1000 10001 11011

Color Harmonies of #513D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D3A

Black with #513D3A

Text Example


Text Example

White with #513D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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