#42271A

Color #42271A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #42271A

Tints of Brown Pod #42271A

Color information

#42271A (or 0x42271A) is unknown color: approx Brown Pod. HEX triplet: 42, 27 and 1A. RGB value is (66,39,26). Sum of RGB (Red+Green+Blue) = 66+39+26=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42271A is #BDD8E5. Grayscale: #2D2D2D. Windows color (decimal): -12441830 or 1713986. OLE color: 1713986.

HSL color Cylindrical-coordinate representation of color #42271A: hue angle of 19.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42271A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB663926-
CMYK00.410.610.74
HSL19.5º43.48%18.04%-
HSV(B)19.5º60.61%25.88%-
XYZ3.162.681.33-
YUV45.59116.95142.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=50.38%
G=29.77%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66392600.410.610.7419.543.4818.04
Hex42271A0293D4A142b12
Octal102473205175112245322
Binary100001010011111010010100111110110010101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42271A; }

 p { color: rgb(66,39,26); }

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

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

 a { background-color: rgb(66,39,26); }

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

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

 span { border-color: rgb(66,39,26); }

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