Html Css Color HEX #513D3C Crater Brown

📋 copy color: '#513D3C'

red 81 ◦ green 61 ◦ blue 60

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

Shades of Crater Brown #513D3C

Tints of Crater Brown #513D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 40.1%
G = 30.2%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#513D3C (or 0x513D3C) is known color: Crater Brown. HEX triplet: 51, 3D and 3C. RGB value is (81,61,60). Sum of RGB (Red+Green+Blue) = 81+61+60=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D3C is #AEC2C3. Grayscale: #424242. Windows color (decimal): -11453124 or 3947857. OLE color: 3947857.

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

Color convert

RGB 81 61 60 -
CMYK 0 0.25 0.26 0.68
HSL 2.86º 0.15% 0.28% -
HSV(B) 2.86º 0.26% 0.32% -
XYZ 5.88 5.41 5.01 -
YUV 66.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 81 61 60 0 0.25 0.26 0.68 2.86 0.15 0.28
Hex 51 3D 3C 0 19 1A 44 3 F 1C
Octal 121 75 74 0 31 32 104 3 17 34
Binary 1010001 111101 111100 0 11001 11010 1000100 11 1111 11100

Color Harmonies of #513D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D3C

Black with #513D3C

Text Example


Text Example

White with #513D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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