#38130A

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

Shades of Seal Brown #38130A

Tints of Seal Brown #38130A

Color information

#38130A (or 0x38130A) is unknown color: approx Seal Brown. HEX triplet: 38, 13 and 0A. RGB value is (56,19,10). Sum of RGB (Red+Green+Blue) = 56+19+10=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #38130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38130A is #C7ECF5. Grayscale: #1D1D1D. Windows color (decimal): -13102326 or 660280. OLE color: 660280.

HSL color Cylindrical-coordinate representation of color #38130A: hue angle of 11.74º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38130A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB561910-
CMYK00.660.820.78
HSL11.74º69.7%12.94%-
HSV(B)11.74º82.14%21.96%-
XYZ1.921.330.44-
YUV29.04117.26147.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=65.88%
G=22.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56191000.660.820.7811.7469.712.94
Hex3813A042524Ec46d
Octal70231201021221161410615
Binary1110001001110100100001010100101001110110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38130A; }

 p { color: rgb(56,19,10); }

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

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

 a { background-color: rgb(56,19,10); }

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

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

 span { border-color: rgb(56,19,10); }

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