#38221A

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

Shades of Brown Pod #38221A

Tints of Brown Pod #38221A

Color information

#38221A (or 0x38221A) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 1A. RGB value is (56,34,26). Sum of RGB (Red+Green+Blue) = 56+34+26=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221A is #C7DDE5. Grayscale: #272727. Windows color (decimal): -13098470 or 1712696. OLE color: 1712696.

HSL color Cylindrical-coordinate representation of color #38221A: hue angle of 16º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38221A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB563426-
CMYK00.390.540.78
HSL16º36.59%16.08%-
HSV(B)16º53.57%21.96%-
XYZ2.392.061.25-
YUV39.67120.29139.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=48.28%
G=29.31%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56342600.390.540.781636.5916.08
Hex38221A027364E102510
Octal70423204766116204520
Binary11100010001011010010011111011010011101000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,34,26); }

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

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

 a { background-color: rgb(56,34,26); }

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

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

 span { border-color: rgb(56,34,26); }

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