Html Css Color HEX #514341 Crater Brown

📋 copy color: '#514341'

red 81 ◦ green 67 ◦ blue 65

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

Shades of Crater Brown #514341

Tints of Crater Brown #514341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 38.03%
G = 31.46%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514341 (or 0x514341) is known color: Crater Brown. HEX triplet: 51, 43 and 41. RGB value is (81,67,65). Sum of RGB (Red+Green+Blue) = 81+67+65=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514341 is #AEBCBE. Grayscale: #464646. Windows color (decimal): -11451583 or 4277073. OLE color: 4277073.

HSL color Cylindrical-coordinate representation of color #514341: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514341 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 67 65 -
CMYK 0 0.17 0.20 0.68
HSL 7.5º 0.11% 0.29% -
HSV(B) 7.5º 0.2% 0.32% -
XYZ 6.35 6.15 5.85 -
YUV 70.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 81 67 65 0 0.17 0.20 0.68 7.5 0.11 0.29
Hex 51 43 41 0 11 14 44 8 B 1D
Octal 121 103 101 0 21 24 104 10 13 35
Binary 1010001 1000011 1000001 0 10001 10100 1000100 1000 1011 11101

Color Harmonies of #514341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514341

Black with #514341

Text Example


Text Example

White with #514341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514341; }

 p { color: rgb(81,67,65); }

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

background-color css

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

 a { background-color: rgb(81,67,65); }

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

border-color css

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

 span { border-color: rgb(81,67,65); }

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