#452930

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

Shades of Castro #452930

Tints of Castro #452930

Color information

#452930 (or 0x452930) is unknown color: approx Castro. HEX triplet: 45, 29 and 30. RGB value is (69,41,48). Sum of RGB (Red+Green+Blue) = 69+41+48=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #452930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452930 is #BAD6CF. Grayscale: #323232. Windows color (decimal): -12244688 or 3156293. OLE color: 3156293.

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

Color convert

RGB694148-
CMYK00.410.300.73
HSL345º25.45%21.57%-
HSV(B)345º40.58%27.06%-
XYZ3.783.063.19-
YUV50.17126.78141.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=43.67%
G=25.95%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69414800.410.300.7334525.4521.57
Hex4529300291E491591916
Octal1055160051361115313126
Binary100010110100111000001010011111010010011010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452930; }

 p { color: rgb(69,41,48); }

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

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

 a { background-color: rgb(69,41,48); }

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

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

 span { border-color: rgb(69,41,48); }

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