#453C3A

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

Shades of Crater Brown #453C3A

Tints of Crater Brown #453C3A

Color information

#453C3A (or 0x453C3A) is unknown color: approx Crater Brown. HEX triplet: 45, 3C and 3A. RGB value is (69,60,58). Sum of RGB (Red+Green+Blue) = 69+60+58=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 69 - color contains mainly: red. Hex color #453C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C3A is #BAC3C5. Grayscale: #3E3E3E. Windows color (decimal): -12239814 or 3816517. OLE color: 3816517.

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

Color convert

RGB696058-
CMYK00.130.160.73
HSL10.91º8.66%24.9%-
HSV(B)10.91º15.94%27.06%-
XYZ4.834.84.68-
YUV62.46125.48132.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=36.90%
G=32.09%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69605800.130.160.7310.918.6624.9
Hex453C3A0D1049b919
Octal105747201520111131131
Binary1000101111100111010011011000010010011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,58); }

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

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

 a { background-color: rgb(69,60,58); }

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

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

 span { border-color: rgb(69,60,58); }

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