Html Css Color HEX #440D0B Seal Brown

📋 copy color: '#440D0B'

red 68 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #440D0B

Tints of Seal Brown #440D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 73.91%
G = 14.13%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#440D0B (or 0x440D0B) is known color: Seal Brown. HEX triplet: 44, 0D and 0B. RGB value is (68,13,11). Sum of RGB (Red+Green+Blue) = 68+13+11=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440D0B is #BBF2F4. Grayscale: #1D1D1D. Windows color (decimal): -12317429 or 724292. OLE color: 724292.

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

Color convert

RGB 68 13 11 -
CMYK 0 0.81 0.84 0.73
HSL 2.11º 0.72% 0.15% -
HSV(B) 2.11º 0.84% 0.27% -
XYZ 2.59 1.54 0.48 -
YUV 29.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 68 13 11 0 0.81 0.84 0.73 2.11 0.72 0.15
Hex 44 D B 0 51 54 49 2 48 F
Octal 104 15 13 0 121 124 111 2 110 17
Binary 1000100 1101 1011 0 1010001 1010100 1001001 10 1001000 1111

Color Harmonies of #440D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D0B

Black with #440D0B

Text Example


Text Example

White with #440D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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