#38100C

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

Shades of Seal Brown #38100C

Tints of Seal Brown #38100C

Color information

#38100C (or 0x38100C) is unknown color: approx Seal Brown. HEX triplet: 38, 10 and 0C. RGB value is (56,16,12). Sum of RGB (Red+Green+Blue) = 56+16+12=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100C is #C7EFF3. Grayscale: #1B1B1B. Windows color (decimal): -13103092 or 790584. OLE color: 790584.

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

Color convert

RGB561612-
CMYK00.710.790.78
HSL5.45º64.71%13.33%-
HSV(B)5.45º78.57%21.96%-
XYZ1.881.240.49-
YUV27.5119.25148.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=66.67%
G=19.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56161200.710.790.785.4564.7113.33
Hex3810C0474F4E541d
Octal7020140107117116510115
Binary111000100001100010001111001111100111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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