#42251C

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

Shades of Brown Pod #42251C

Tints of Brown Pod #42251C

Color information

#42251C (or 0x42251C) is unknown color: approx Brown Pod. HEX triplet: 42, 25 and 1C. RGB value is (66,37,28). Sum of RGB (Red+Green+Blue) = 66+37+28=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42251C is #BDDAE3. Grayscale: #2C2C2C. Windows color (decimal): -12442340 or 1844546. OLE color: 1844546.

HSL color Cylindrical-coordinate representation of color #42251C: hue angle of 14.21º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42251C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB663728-
CMYK00.440.580.74
HSL14.21º40.43%18.43%-
HSV(B)14.21º57.58%25.88%-
XYZ3.122.571.43-
YUV44.64118.61143.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=50.38%
G=28.24%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66372800.440.580.7414.2140.4318.43
Hex42251C02C3A4Ae2812
Octal102453405472112165022
Binary10000101001011110001011001110101001010111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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