#47262E

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

Shades of Castro #47262E

Tints of Castro #47262E

Color information

#47262E (or 0x47262E) is unknown color: approx Castro. HEX triplet: 47, 26 and 2E. RGB value is (71,38,46). Sum of RGB (Red+Green+Blue) = 71+38+46=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262E is #B8D9D1. Grayscale: #303030. Windows color (decimal): -12114386 or 3024455. OLE color: 3024455.

HSL color Cylindrical-coordinate representation of color #47262E: hue angle of 345.45º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47262E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB713846-
CMYK00.460.350.72
HSL345.45º30.28%21.37%-
HSV(B)345.45º46.48%27.84%-
XYZ3.782.922.95-
YUV48.78126.43143.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=45.81%
G=24.52%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71384600.460.350.72345.4530.2821.37
Hex47262E02E23481591e15
Octal1074656056431105313625
Binary1000111100110101110010111010001110010001010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47262E; }

 p { color: rgb(71,38,46); }

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

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

 a { background-color: rgb(71,38,46); }

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

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

 span { border-color: rgb(71,38,46); }

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