#43251C

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

Shades of Brown Pod #43251C

Tints of Brown Pod #43251C

Color information

#43251C (or 0x43251C) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 1C. RGB value is (67,37,28). Sum of RGB (Red+Green+Blue) = 67+37+28=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43251C is #BCDAE3. Grayscale: #2D2D2D. Windows color (decimal): -12376804 or 1844547. OLE color: 1844547.

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

Color convert

RGB673728-
CMYK00.450.580.74
HSL13.85º41.05%18.63%-
HSV(B)13.85º58.21%26.27%-
XYZ3.192.61.43-
YUV44.94118.44143.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=50.76%
G=28.03%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67372800.450.580.7413.8541.0518.63
Hex43251C02D3A4Ae2913
Octal103453405572112165123
Binary10000111001011110001011011110101001010111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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