Html Css Color HEX #220E01 Seal Brown

📋 copy color: '#220E01'

red 34 ◦ green 14 ◦ blue 1

#220E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #220E01

Tints of Seal Brown #220E01

RGB

 RED value IS 34 (13.67% from 255) = 69.39%

 GREEN value IS 14 (5.86% from 255) = 28.57%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 69.39%
G = 28.57%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#220E01 (or 0x220E01) is known color: Seal Brown. HEX triplet: 22, 0E and 01. RGB value is (34,14,1). Sum of RGB (Red+Green+Blue) = 34+14+1=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E01 is #DDF1FE. Grayscale: #121212. Windows color (decimal): -14545407 or 69154. OLE color: 69154.

HSL color Cylindrical-coordinate representation of color #220E01: hue angle of 23.64º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220E01 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 14 1 -
CMYK 0 0.59 0.97 0.87
HSL 23.64º 0.94% 0.07% -
HSV(B) 23.64º 0.97% 0.13% -
XYZ 0.82 0.66 0.11 -
YUV 18.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 34 14 1 0 0.59 0.97 0.87 23.64 0.94 0.07
Hex 22 E 1 0 3B 61 57 18 5E 7
Octal 42 16 1 0 73 141 127 30 136 7
Binary 100010 1110 1 0 111011 1100001 1010111 11000 1011110 111

Color Harmonies of #220E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E01

Black with #220E01

Text Example


Text Example

White with #220E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220E01; }

 p { color: rgb(34,14,1); }

 H1.HeaderClassName
 {
   color: #220E01;
 }
 .AnyTagClassName
 {
   color: #220E01;
 }
</style>

background-color css

<style>
 a { background-color: #220E01; }

 a { background-color: rgb(34,14,1); }

 div.DivClassName
 {
   background-color: #220E01;
 }
 .BgClassName
 {
   background-color: #220E01;
 }
</style>

border-color css

<style>
 span { border-color: #220E01; }

 span { border-color: rgb(34,14,1); }

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