Html Css Color HEX #44140D Seal Brown

📋 copy color: '#44140D'

red 68 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #44140D

Tints of Seal Brown #44140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 67.33%
G = 19.8%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#44140D (or 0x44140D) is known color: Seal Brown. HEX triplet: 44, 14 and 0D. RGB value is (68,20,13). Sum of RGB (Red+Green+Blue) = 68+20+13=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44140D is #BBEBF2. Grayscale: #212121. Windows color (decimal): -12315635 or 857156. OLE color: 857156.

HSL color Cylindrical-coordinate representation of color #44140D: hue angle of 7.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44140D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 13 -
CMYK 0 0.71 0.81 0.73
HSL 7.64º 0.68% 0.16% -
HSV(B) 7.64º 0.81% 0.27% -
XYZ 2.71 1.76 0.58 -
YUV 33.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 68 20 13 0 0.71 0.81 0.73 7.64 0.68 0.16
Hex 44 14 D 0 47 51 49 8 44 10
Octal 104 24 15 0 107 121 111 10 104 20
Binary 1000100 10100 1101 0 1000111 1010001 1001001 1000 1000100 10000

Color Harmonies of #44140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44140D

Black with #44140D

Text Example


Text Example

White with #44140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44140D; }

 p { color: rgb(68,20,13); }

 H1.HeaderClassName
 {
   color: #44140D;
 }
 .AnyTagClassName
 {
   color: #44140D;
 }
</style>

background-color css

<style>
 a { background-color: #44140D; }

 a { background-color: rgb(68,20,13); }

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

border-color css

<style>
 span { border-color: #44140D; }

 span { border-color: rgb(68,20,13); }

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