Html Css Color HEX #474241 Crater Brown

📋 copy color: '#474241'

red 71 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #474241

Tints of Crater Brown #474241

RGB

 RED value IS 71 (28.13% from 255) = 35.15%

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 35.15%
G = 32.67%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#474241 (or 0x474241) is known color: Crater Brown. HEX triplet: 47, 42 and 41. RGB value is (71,66,65). Sum of RGB (Red+Green+Blue) = 71+66+65=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 71 - color contains mainly: red. Hex color #474241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474241 is #B8BDBE. Grayscale: #434343. Windows color (decimal): -12107199 or 4276807. OLE color: 4276807.

HSL color Cylindrical-coordinate representation of color #474241: hue angle of 10º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474241 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 65 -
CMYK 0 0.07 0.08 0.72
HSL 10º 0.04% 0.27% -
HSV(B) 10º 0.08% 0.28% -
XYZ 5.5 5.62 5.8 -
YUV 67.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 71 66 65 0 0.07 0.08 0.72 10 0.04 0.27
Hex 47 42 41 0 7 8 48 A 4 1B
Octal 107 102 101 0 7 10 110 12 4 33
Binary 1000111 1000010 1000001 0 111 1000 1001000 1010 100 11011

Color Harmonies of #474241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474241

Black with #474241

Text Example


Text Example

White with #474241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474241; }

 p { color: rgb(71,66,65); }

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

background-color css

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

 a { background-color: rgb(71,66,65); }

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

border-color css

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

 span { border-color: rgb(71,66,65); }

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