Html Css Color HEX #454140 Crater Brown

📋 copy color: '#454140'

red 69 ◦ green 65 ◦ blue 64

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

Shades of Crater Brown #454140

Tints of Crater Brown #454140

RGB

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

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

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

R = 34.85%
G = 32.83%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#454140 (or 0x454140) is known color: Crater Brown. HEX triplet: 45, 41 and 40. RGB value is (69,65,64). Sum of RGB (Red+Green+Blue) = 69+65+64=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 69 - color contains mainly: red. Hex color #454140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454140 is #BABEBF. Grayscale: #424242. Windows color (decimal): -12238528 or 4211013. OLE color: 4211013.

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

Color convert

RGB 69 65 64 -
CMYK 0 0.06 0.07 0.73
HSL 12º 0.04% 0.26% -
HSV(B) 12º 0.07% 0.27% -
XYZ 5.27 5.42 5.62 -
YUV 66.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 69 65 64 0 0.06 0.07 0.73 12 0.04 0.26
Hex 45 41 40 0 6 7 49 C 4 1A
Octal 105 101 100 0 6 7 111 14 4 32
Binary 1000101 1000001 1000000 0 110 111 1001001 1100 100 11010

Color Harmonies of #454140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454140

Black with #454140

Text Example


Text Example

White with #454140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454140; }

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

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

background-color css

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

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

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

border-color css

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

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

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