Html Css Color HEX #513E3C Crater Brown

📋 copy color: '#513E3C'

red 81 ◦ green 62 ◦ blue 60

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

Shades of Crater Brown #513E3C

Tints of Crater Brown #513E3C

RGB

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

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

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

R = 39.9%
G = 30.54%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#513E3C (or 0x513E3C) is known color: Crater Brown. HEX triplet: 51, 3E and 3C. RGB value is (81,62,60). Sum of RGB (Red+Green+Blue) = 81+62+60=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E3C is #AEC1C3. Grayscale: #434343. Windows color (decimal): -11452868 or 3948113. OLE color: 3948113.

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

Color convert

RGB 81 62 60 -
CMYK 0 0.23 0.26 0.68
HSL 5.71º 0.15% 0.28% -
HSV(B) 5.71º 0.26% 0.32% -
XYZ 5.93 5.52 5.03 -
YUV 67.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 81 62 60 0 0.23 0.26 0.68 5.71 0.15 0.28
Hex 51 3E 3C 0 17 1A 44 6 F 1C
Octal 121 76 74 0 27 32 104 6 17 34
Binary 1010001 111110 111100 0 10111 11010 1000100 110 1111 11100

Color Harmonies of #513E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E3C

Black with #513E3C

Text Example


Text Example

White with #513E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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