#22140F

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

Shades of Seal Brown #22140F

Tints of Seal Brown #22140F

Color information

#22140F (or 0x22140F) is unknown color: approx Seal Brown. HEX triplet: 22, 14 and 0F. RGB value is (34,20,15). Sum of RGB (Red+Green+Blue) = 34+20+15=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #22140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22140F is #DDEBF0. Grayscale: #171717. Windows color (decimal): -14543857 or 988194. OLE color: 988194.

HSL color Cylindrical-coordinate representation of color #22140F: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22140F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB342015-
CMYK00.410.560.87
HSL15.79º38.78%9.61%-
HSV(B)15.79º55.88%13.33%-
XYZ10.870.57-
YUV23.62123.14135.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 49.28%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=49.28%
G=28.99%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34201500.410.560.8715.7938.789.61
Hex2214F02938571027a
Octal42241705170127204712
Binary10001010100111101010011110001010111100001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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