#453F3E

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

Shades of Crater Brown #453F3E

Tints of Crater Brown #453F3E

Color information

#453F3E (or 0x453F3E) is unknown color: approx Crater Brown. HEX triplet: 45, 3F and 3E. RGB value is (69,63,62). Sum of RGB (Red+Green+Blue) = 69+63+62=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 69 - color contains mainly: red. Hex color #453F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F3E is #BAC0C1. Grayscale: #404040. Windows color (decimal): -12239042 or 4079429. OLE color: 4079429.

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

Color convert

RGB696362-
CMYK00.090.100.73
HSL8.57º5.34%25.69%-
HSV(B)8.57º10.14%27.06%-
XYZ5.15.175.29-
YUV64.68126.49131.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=35.57%
G=32.47%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69636200.090.100.738.575.3425.69
Hex453F3E09A49951a
Octal10577760111211111532
Binary10001011111111111100100110101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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