#43180A

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

Shades of Brown Pod #43180A

Tints of Brown Pod #43180A

Color information

#43180A (or 0x43180A) is unknown color: approx Brown Pod. HEX triplet: 43, 18 and 0A. RGB value is (67,24,10). Sum of RGB (Red+Green+Blue) = 67+24+10=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #43180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43180A is #BCE7F5. Grayscale: #232323. Windows color (decimal): -12380150 or 661571. OLE color: 661571.

HSL color Cylindrical-coordinate representation of color #43180A: hue angle of 14.74º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43180A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB672410-
CMYK00.640.850.74
HSL14.74º74.03%15.1%-
HSV(B)14.74º85.07%26.27%-
XYZ2.71.870.51-
YUV35.26113.75150.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=66.34%
G=23.76%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67241000.640.850.7414.7474.0315.1
Hex4318A040554Af4af
Octal103301201001251121711217
Binary10000111100010100100000010101011001010111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43180A; }

 p { color: rgb(67,24,10); }

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

<style>
 a { background-color: #43180A; }

 a { background-color: rgb(67,24,10); }

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

<style>
 span { border-color: #43180A; }

 span { border-color: rgb(67,24,10); }

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