#452C35

Color #452C35 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #452C35

Tints of Castro #452C35

Color information

#452C35 (or 0x452C35) is unknown color: approx Castro. HEX triplet: 45, 2C and 35. RGB value is (69,44,53). Sum of RGB (Red+Green+Blue) = 69+44+53=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #452C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C35 is #BAD3CA. Grayscale: #343434. Windows color (decimal): -12243915 or 3484741. OLE color: 3484741.

HSL color Cylindrical-coordinate representation of color #452C35: hue angle of 338.4º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452C35 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB694453-
CMYK00.360.230.73
HSL338.4º22.12%22.16%-
HSV(B)338.4º36.23%27.06%-
XYZ43.323.8-
YUV52.5128.28139.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=41.57%
G=26.51%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69445300.360.230.73338.422.1222.16
Hex452C3502417491521616
Octal1055465044271115222626
Binary100010110110011010101001001011110010011010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C35; }

 p { color: rgb(69,44,53); }

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

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

 a { background-color: rgb(69,44,53); }

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

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

 span { border-color: rgb(69,44,53); }

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