Html Css Color HEX #440D0C Seal Brown

📋 copy color: '#440D0C'

red 68 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #440D0C

Tints of Seal Brown #440D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 73.12%
G = 13.98%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#440D0C (or 0x440D0C) is known color: Seal Brown. HEX triplet: 44, 0D and 0C. RGB value is (68,13,12). Sum of RGB (Red+Green+Blue) = 68+13+12=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440D0C is #BBF2F3. Grayscale: #1D1D1D. Windows color (decimal): -12317428 or 789828. OLE color: 789828.

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

Color convert

RGB 68 13 12 -
CMYK 0 0.81 0.82 0.73
HSL 1.07º 0.7% 0.16% -
HSV(B) 1.07º 0.82% 0.27% -
XYZ 2.59 1.54 0.51 -
YUV 29.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 68 13 12 0 0.81 0.82 0.73 1.07 0.7 0.16
Hex 44 D C 0 51 52 49 1 46 10
Octal 104 15 14 0 121 122 111 1 106 20
Binary 1000100 1101 1100 0 1010001 1010010 1001001 1 1000110 10000

Color Harmonies of #440D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D0C

Black with #440D0C

Text Example


Text Example

White with #440D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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