#26140F

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

Shades of Seal Brown #26140F

Tints of Seal Brown #26140F

Color information

#26140F (or 0x26140F) is unknown color: approx Seal Brown. HEX triplet: 26, 14 and 0F. RGB value is (38,20,15). Sum of RGB (Red+Green+Blue) = 38+20+15=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26140F is #D9EBF0. Grayscale: #181818. Windows color (decimal): -14281713 or 988198. OLE color: 988198.

HSL color Cylindrical-coordinate representation of color #26140F: hue angle of 13.04º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26140F is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB382015-
CMYK00.470.610.85
HSL13.04º43.4%10.39%-
HSV(B)13.04º60.53%14.9%-
XYZ1.140.950.57-
YUV24.81122.46137.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=52.05%
G=27.40%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38201500.470.610.8513.0443.410.39
Hex2614F02F3D55d2ba
Octal46241705775125155312
Binary1001101010011110101111111101101010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26140F; }

 p { color: rgb(38,20,15); }

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

<style>
 a { background-color: #26140F; }

 a { background-color: rgb(38,20,15); }

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

<style>
 span { border-color: #26140F; }

 span { border-color: rgb(38,20,15); }

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