#43251D

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

Shades of Brown Pod #43251D

Tints of Brown Pod #43251D

Color information

#43251D (or 0x43251D) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 1D. RGB value is (67,37,29). Sum of RGB (Red+Green+Blue) = 67+37+29=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43251D is #BCDAE2. Grayscale: #2D2D2D. Windows color (decimal): -12376803 or 1910083. OLE color: 1910083.

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

Color convert

RGB673729-
CMYK00.450.570.74
HSL12.63º39.58%18.82%-
HSV(B)12.63º56.72%26.27%-
XYZ3.22.611.5-
YUV45.06118.94143.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=50.38%
G=27.82%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67372900.450.570.7412.6339.5818.82
Hex43251D02D394Ad2813
Octal103453505571112155023
Binary10000111001011110101011011110011001010110110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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