#381B07

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

Shades of Brown Pod #381B07

Tints of Brown Pod #381B07

Color information

#381B07 (or 0x381B07) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 07. RGB value is (56,27,7). Sum of RGB (Red+Green+Blue) = 56+27+7=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B07 is #C7E4F8. Grayscale: #212121. Windows color (decimal): -13100281 or 465720. OLE color: 465720.

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

Color convert

RGB56277-
CMYK00.520.880.78
HSL24.49º77.78%12.35%-
HSV(B)24.49º87.5%21.96%-
XYZ2.061.640.41-
YUV33.39113.11144.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=62.22%
G=30%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5627700.520.880.7824.4977.7812.35
Hex381B7034584E184ec
Octal703370641301163011614
Binary111000110111110110100101100010011101100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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