#453E3D

Color #453E3D Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #453E3D

Tints of Crater Brown #453E3D

Color information

#453E3D (or 0x453E3D) is unknown color: approx Crater Brown. HEX triplet: 45, 3E and 3D. RGB value is (69,62,61). Sum of RGB (Red+Green+Blue) = 69+62+61=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 69 - color contains mainly: red. Hex color #453E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E3D is #BAC1C2. Grayscale: #3F3F3F. Windows color (decimal): -12239299 or 4013637. OLE color: 4013637.

HSL color Cylindrical-coordinate representation of color #453E3D: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #453E3D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB696261-
CMYK00.100.120.73
HSL7.5º6.15%25.49%-
HSV(B)7.5º11.59%27.06%-
XYZ5.025.055.12-
YUV63.98126.32131.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=35.94%
G=32.29%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69626100.100.120.737.56.1525.49
Hex453E3D0AC497619
Octal1057675012141117631
Binary1000101111110111101010101100100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453E3D; }

 p { color: rgb(69,62,61); }

 H1.HeaderClassName
 {
   color: #453E3D;
 }
 .AnyTagClassName
 {
   color: #453E3D;
 }
</style>
background-color css

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

 a { background-color: rgb(69,62,61); }

 div.DivClassName
 {
   background-color: #453E3D;
 }
 .BgClassName
 {
   background-color: #453E3D;
 }
</style>
border-color css

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

 span { border-color: rgb(69,62,61); }

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