Html Css Color HEX #440F0E Seal Brown

📋 copy color: '#440F0E'

red 68 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #440F0E

Tints of Seal Brown #440F0E

RGB

 RED value IS 68 (26.95% from 255) = 70.1%

 GREEN value IS 15 (6.25% from 255) = 15.46%

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 70.1%
G = 15.46%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#440F0E (or 0x440F0E) is known color: Seal Brown. HEX triplet: 44, 0F and 0E. RGB value is (68,15,14). Sum of RGB (Red+Green+Blue) = 68+15+14=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F0E is #BBF0F1. Grayscale: #1E1E1E. Windows color (decimal): -12316914 or 921412. OLE color: 921412.

HSL color Cylindrical-coordinate representation of color #440F0E: hue angle of 1.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440F0E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 14 -
CMYK 0 0.78 0.79 0.73
HSL 1.11º 0.66% 0.16% -
HSV(B) 1.11º 0.79% 0.27% -
XYZ 2.63 1.6 0.59 -
YUV 30.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 68 15 14 0 0.78 0.79 0.73 1.11 0.66 0.16
Hex 44 F E 0 4E 4F 49 1 42 10
Octal 104 17 16 0 116 117 111 1 102 20
Binary 1000100 1111 1110 0 1001110 1001111 1001001 1 1000010 10000

Color Harmonies of #440F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F0E

Black with #440F0E

Text Example


Text Example

White with #440F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F0E; }

 p { color: rgb(68,15,14); }

 H1.HeaderClassName
 {
   color: #440F0E;
 }
 .AnyTagClassName
 {
   color: #440F0E;
 }
</style>

background-color css

<style>
 a { background-color: #440F0E; }

 a { background-color: rgb(68,15,14); }

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

border-color css

<style>
 span { border-color: #440F0E; }

 span { border-color: rgb(68,15,14); }

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