Html Css Color HEX #440D02 Seal Brown

📋 copy color: '#440D02'

red 68 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #440D02

Tints of Seal Brown #440D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.41%

R = 81.93%
G = 15.66%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#440D02 (or 0x440D02) is known color: Seal Brown. HEX triplet: 44, 0D and 02. RGB value is (68,13,2). Sum of RGB (Red+Green+Blue) = 68+13+2=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #440D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440D02 is #BBF2FD. Grayscale: #1C1C1C. Windows color (decimal): -12317438 or 134468. OLE color: 134468.

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

Color convert

RGB 68 13 2 -
CMYK 0 0.81 0.97 0.73
HSL 10º 0.94% 0.14% -
HSV(B) 10º 0.97% 0.27% -
XYZ 2.54 1.52 0.22 -
YUV 28.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 68 13 2 0 0.81 0.97 0.73 10 0.94 0.14
Hex 44 D 2 0 51 61 49 A 5E E
Octal 104 15 2 0 121 141 111 12 136 16
Binary 1000100 1101 10 0 1010001 1100001 1001001 1010 1011110 1110

Color Harmonies of #440D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D02

Black with #440D02

Text Example


Text Example

White with #440D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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