Html Css Color HEX #513E3D Crater Brown

📋 copy color: '#513E3D'

red 81 ◦ green 62 ◦ blue 61

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

Shades of Crater Brown #513E3D

Tints of Crater Brown #513E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 39.71%
G = 30.39%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#513E3D (or 0x513E3D) is known color: Crater Brown. HEX triplet: 51, 3E and 3D. RGB value is (81,62,61). Sum of RGB (Red+Green+Blue) = 81+62+61=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E3D is #AEC1C2. Grayscale: #434343. Windows color (decimal): -11452867 or 4013649. OLE color: 4013649.

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

Color convert

RGB 81 62 61 -
CMYK 0 0.23 0.25 0.68
HSL 0.14% 0.28% -
HSV(B) 0.25% 0.32% -
XYZ 5.96 5.53 5.17 -
YUV 67.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 81 62 61 0 0.23 0.25 0.68 3 0.14 0.28
Hex 51 3E 3D 0 17 19 44 3 E 1C
Octal 121 76 75 0 27 31 104 3 16 34
Binary 1010001 111110 111101 0 10111 11001 1000100 11 1110 11100

Color Harmonies of #513E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E3D

Black with #513E3D

Text Example


Text Example

White with #513E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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