Html Css Color HEX #454241 Crater Brown

📋 copy color: '#454241'

red 69 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #454241

Tints of Crater Brown #454241

RGB

 RED value IS 69 (27.34% from 255) = 34.5%

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

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

R = 34.5%
G = 33%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#454241 (or 0x454241) is known color: Crater Brown. HEX triplet: 45, 42 and 41. RGB value is (69,66,65). Sum of RGB (Red+Green+Blue) = 69+66+65=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 69 - color contains mainly: red. Hex color #454241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454241 is #BABDBE. Grayscale: #424242. Windows color (decimal): -12238271 or 4276805. OLE color: 4276805.

HSL color Cylindrical-coordinate representation of color #454241: hue angle of 15º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #454241 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 65 -
CMYK 0 0.04 0.06 0.73
HSL 15º 0.03% 0.26% -
HSV(B) 15º 0.06% 0.27% -
XYZ 5.36 5.54 5.79 -
YUV 66.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 69 66 65 0 0.04 0.06 0.73 15 0.03 0.26
Hex 45 42 41 0 4 6 49 F 3 1A
Octal 105 102 101 0 4 6 111 17 3 32
Binary 1000101 1000010 1000001 0 100 110 1001001 1111 11 11010

Color Harmonies of #454241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454241

Black with #454241

Text Example


Text Example

White with #454241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454241; }

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

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

background-color css

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

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

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

border-color css

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

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

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