#43382A

Color #43382A Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #43382A

Tints of Jacko Bean #43382A

Color information

#43382A (or 0x43382A) is unknown color: approx Jacko Bean. HEX triplet: 43, 38 and 2A. RGB value is (67,56,42). Sum of RGB (Red+Green+Blue) = 67+56+42=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 67 - color contains mainly: red. Hex color #43382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43382A is #BCC7D5. Grayscale: #393939. Windows color (decimal): -12371926 or 2766915. OLE color: 2766915.

HSL color Cylindrical-coordinate representation of color #43382A: hue angle of 33.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43382A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB675642-
CMYK00.160.370.74
HSL33.6º22.94%21.37%-
HSV(B)33.6º37.31%26.27%-
XYZ4.154.192.78-
YUV57.69119.14134.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.61%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=40.61%
G=33.94%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67564200.160.370.7433.622.9421.37
Hex43382A010254A221715
Octal103705202045112422725
Binary100001111100010101001000010010110010101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,56,42); }

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

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

 a { background-color: rgb(67,56,42); }

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

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

 span { border-color: rgb(67,56,42); }

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