#43190C

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

Shades of Brown Pod #43190C

Tints of Brown Pod #43190C

Color information

#43190C (or 0x43190C) is unknown color: approx Brown Pod. HEX triplet: 43, 19 and 0C. RGB value is (67,25,12). Sum of RGB (Red+Green+Blue) = 67+25+12=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #43190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43190C is #BCE6F3. Grayscale: #242424. Windows color (decimal): -12379892 or 792899. OLE color: 792899.

HSL color Cylindrical-coordinate representation of color #43190C: hue angle of 14.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43190C is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB672512-
CMYK00.630.820.74
HSL14.18º69.62%15.49%-
HSV(B)14.18º82.09%26.27%-
XYZ2.731.920.57-
YUV36.08114.41150.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=64.42%
G=24.04%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67251200.630.820.7414.1869.6215.49
Hex4319C03F524Ae46f
Octal10331140771221121610617
Binary1000011110011100011111110100101001010111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,25,12); }

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

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

 a { background-color: rgb(67,25,12); }

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

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

 span { border-color: rgb(67,25,12); }

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