#42251A

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

Shades of Brown Pod #42251A

Tints of Brown Pod #42251A

Color information

#42251A (or 0x42251A) is unknown color: approx Brown Pod. HEX triplet: 42, 25 and 1A. RGB value is (66,37,26). Sum of RGB (Red+Green+Blue) = 66+37+26=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42251A is #BDDAE5. Grayscale: #2C2C2C. Windows color (decimal): -12442342 or 1713474. OLE color: 1713474.

HSL color Cylindrical-coordinate representation of color #42251A: hue angle of 16.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 #42251A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB663726-
CMYK00.440.610.74
HSL16.5º43.48%18.04%-
HSV(B)16.5º60.61%25.88%-
XYZ3.092.561.31-
YUV44.42117.61143.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=51.16%
G=28.68%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66372600.440.610.7416.543.4818.04
Hex42251A02C3D4A102b12
Octal102453205475112205322
Binary100001010010111010010110011110110010101000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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