#38100B

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

Shades of Seal Brown #38100B

Tints of Seal Brown #38100B

Color information

#38100B (or 0x38100B) is unknown color: approx Seal Brown. HEX triplet: 38, 10 and 0B. RGB value is (56,16,11). Sum of RGB (Red+Green+Blue) = 56+16+11=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100B is #C7EFF4. Grayscale: #1B1B1B. Windows color (decimal): -13103093 or 725048. OLE color: 725048.

HSL color Cylindrical-coordinate representation of color #38100B: hue angle of 6.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38100B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB561611-
CMYK00.710.800.78
HSL6.67º67.16%13.14%-
HSV(B)6.67º80.36%21.96%-
XYZ1.881.240.46-
YUV27.39118.75148.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=67.47%
G=19.28%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56161100.710.800.786.6767.1613.14
Hex3810B047504E743d
Octal7020130107120116710315
Binary111000100001011010001111010000100111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38100B; }

 p { color: rgb(56,16,11); }

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

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

 a { background-color: rgb(56,16,11); }

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

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

 span { border-color: rgb(56,16,11); }

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