Html Css Color HEX #484241 Crater Brown

📋 copy color: '#484241'

red 72 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #484241

Tints of Crater Brown #484241

RGB

 RED value IS 72 (28.52% from 255) = 35.47%

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

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

R = 35.47%
G = 32.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484241 (or 0x484241) is known color: Crater Brown. HEX triplet: 48, 42 and 41. RGB value is (72,66,65). Sum of RGB (Red+Green+Blue) = 72+66+65=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #484241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484241 is #B7BDBE. Grayscale: #434343. Windows color (decimal): -12041663 or 4276808. OLE color: 4276808.

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

Color convert

RGB 72 66 65 -
CMYK 0 0.08 0.10 0.72
HSL 8.57º 0.05% 0.27% -
HSV(B) 8.57º 0.1% 0.28% -
XYZ 5.57 5.66 5.8 -
YUV 67.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 72 66 65 0 0.08 0.10 0.72 8.57 0.05 0.27
Hex 48 42 41 0 8 A 48 9 5 1B
Octal 110 102 101 0 10 12 110 11 5 33
Binary 1001000 1000010 1000001 0 1000 1010 1001000 1001 101 11011

Color Harmonies of #484241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484241

Black with #484241

Text Example


Text Example

White with #484241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484241; }

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

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

background-color css

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

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

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

border-color css

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

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

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