Html Css Color HEX #513D3B Crater Brown

📋 copy color: '#513D3B'

red 81 ◦ green 61 ◦ blue 59

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

Shades of Crater Brown #513D3B

Tints of Crater Brown #513D3B

RGB

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

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

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

R = 40.3%
G = 30.35%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#513D3B (or 0x513D3B) is known color: Crater Brown. HEX triplet: 51, 3D and 3B. RGB value is (81,61,59). Sum of RGB (Red+Green+Blue) = 81+61+59=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D3B is #AEC2C4. Grayscale: #424242. Windows color (decimal): -11453125 or 3882321. OLE color: 3882321.

HSL color Cylindrical-coordinate representation of color #513D3B: hue angle of 5.45º 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 #513D3B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 59 -
CMYK 0 0.25 0.27 0.68
HSL 5.45º 0.16% 0.27% -
HSV(B) 5.45º 0.27% 0.32% -
XYZ 5.85 5.4 4.87 -
YUV 66.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 81 61 59 0 0.25 0.27 0.68 5.45 0.16 0.27
Hex 51 3D 3B 0 19 1B 44 5 10 1B
Octal 121 75 73 0 31 33 104 5 20 33
Binary 1010001 111101 111011 0 11001 11011 1000100 101 10000 11011

Color Harmonies of #513D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D3B

Black with #513D3B

Text Example


Text Example

White with #513D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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