#382823

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

Shades of Brown Pod #382823

Tints of Brown Pod #382823

Color information

#382823 (or 0x382823) is unknown color: approx Brown Pod. HEX triplet: 38, 28 and 23. RGB value is (56,40,35). Sum of RGB (Red+Green+Blue) = 56+40+35=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382823 is #C7D7DC. Grayscale: #2C2C2C. Windows color (decimal): -13096925 or 2304056. OLE color: 2304056.

HSL color Cylindrical-coordinate representation of color #382823: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382823 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB564035-
CMYK00.290.370.78
HSL14.29º23.08%17.84%-
HSV(B)14.29º37.5%21.96%-
XYZ2.692.481.93-
YUV44.21122.8136.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=42.75%
G=30.53%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56403500.290.370.7814.2923.0817.84
Hex38282301D254Ee1712
Octal70504303545116162722
Binary111000101000100011011101100101100111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382823; }

 p { color: rgb(56,40,35); }

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

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

 a { background-color: rgb(56,40,35); }

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

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

 span { border-color: rgb(56,40,35); }

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