#381B08

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

Shades of Brown Pod #381B08

Tints of Brown Pod #381B08

Color information

#381B08 (or 0x381B08) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 08. RGB value is (56,27,8). Sum of RGB (Red+Green+Blue) = 56+27+8=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B08 is #C7E4F7. Grayscale: #212121. Windows color (decimal): -13100280 or 531256. OLE color: 531256.

HSL color Cylindrical-coordinate representation of color #381B08: hue angle of 23.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381B08 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56278-
CMYK00.520.860.78
HSL23.75º75%12.55%-
HSV(B)23.75º85.71%21.96%-
XYZ2.071.640.44-
YUV33.5113.61144.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=61.54%
G=29.67%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5627800.520.860.7823.757512.55
Hex381B8034564E184bd
Octal7033100641261163011315
Binary1110001101110000110100101011010011101100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381B08; }

 p { color: rgb(56,27,8); }

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

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

 a { background-color: rgb(56,27,8); }

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

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

 span { border-color: rgb(56,27,8); }

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