Html Css Color HEX #4C4140 Crater Brown

📋 copy color: '#4C4140'

red 76 ◦ green 65 ◦ blue 64

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

Shades of Crater Brown #4C4140

Tints of Crater Brown #4C4140

RGB

 RED value IS 76 (30.08% from 255) = 37.07%

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 37.07%
G = 31.71%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C4140 (or 0x4C4140) is known color: Crater Brown. HEX triplet: 4C, 41 and 40. RGB value is (76,65,64). Sum of RGB (Red+Green+Blue) = 76+65+64=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4140 is #B3BEBF. Grayscale: #444444. Windows color (decimal): -11779776 or 4211020. OLE color: 4211020.

HSL color Cylindrical-coordinate representation of color #4C4140: hue angle of 5º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4140 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 64 -
CMYK 0 0.14 0.16 0.70
HSL 0.09% 0.27% -
HSV(B) 0.16% 0.3% -
XYZ 5.8 5.69 5.64 -
YUV 68.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 76 65 64 0 0.14 0.16 0.70 5 0.09 0.27
Hex 4C 41 40 0 E 10 46 5 9 1B
Octal 114 101 100 0 16 20 106 5 11 33
Binary 1001100 1000001 1000000 0 1110 10000 1000110 101 1001 11011

Color Harmonies of #4C4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4140

Black with #4C4140

Text Example


Text Example

White with #4C4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4140; }

 p { color: rgb(76,65,64); }

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

background-color css

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

 a { background-color: rgb(76,65,64); }

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

border-color css

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

 span { border-color: rgb(76,65,64); }

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