#43251E

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

Shades of Brown Pod #43251E

Tints of Brown Pod #43251E

Color information

#43251E (or 0x43251E) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 1E. RGB value is (67,37,30). Sum of RGB (Red+Green+Blue) = 67+37+30=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43251E is #BCDAE1. Grayscale: #2D2D2D. Windows color (decimal): -12376802 or 1975619. OLE color: 1975619.

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

Color convert

RGB673730-
CMYK00.450.550.74
HSL11.35º38.14%19.02%-
HSV(B)11.35º55.22%26.27%-
XYZ3.212.611.56-
YUV45.17119.44143.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=50%
G=27.61%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67373000.450.550.7411.3538.1419.02
Hex43251E02D374Ab2613
Octal103453605567112134623
Binary10000111001011111001011011101111001010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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