#43230A

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

Shades of Brown Pod #43230A

Tints of Brown Pod #43230A

Color information

#43230A (or 0x43230A) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 0A. RGB value is (67,35,10). Sum of RGB (Red+Green+Blue) = 67+35+10=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #43230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43230A is #BCDCF5. Grayscale: #292929. Windows color (decimal): -12377334 or 664387. OLE color: 664387.

HSL color Cylindrical-coordinate representation of color #43230A: hue angle of 26.32º 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 #43230A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB673510-
CMYK00.480.850.74
HSL26.32º74.03%15.1%-
HSV(B)26.32º85.07%26.27%-
XYZ2.972.420.6-
YUV41.72110.1146.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=59.82%
G=31.25%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67351000.480.850.7426.3274.0315.1
Hex4323A030554A1a4af
Octal10343120601251123211217
Binary100001110001110100110000101010110010101101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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