#461E2F

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

Shades of Castro #461E2F

Tints of Castro #461E2F

Color information

#461E2F (or 0x461E2F) is unknown color: approx Castro. HEX triplet: 46, 1E and 2F. RGB value is (70,30,47). Sum of RGB (Red+Green+Blue) = 70+30+47=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E2F is #B9E1D0. Grayscale: #2B2B2B. Windows color (decimal): -12181969 or 3087942. OLE color: 3087942.

HSL color Cylindrical-coordinate representation of color #461E2F: hue angle of 334.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E2F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB703047-
CMYK00.570.330.73
HSL334.5º40%19.61%-
HSV(B)334.5º57.14%27.45%-
XYZ3.52.442.97-
YUV43.9129.75146.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=47.62%
G=20.41%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70304700.570.330.73334.54019.61
Hex461E2F039214914e2814
Octal1063657071411115165024
Binary1000110111101011110111001100001100100110100111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E2F; }

 p { color: rgb(70,30,47); }

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

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

 a { background-color: rgb(70,30,47); }

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

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

 span { border-color: rgb(70,30,47); }

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