Html Css Color HEX #440C02 Seal Brown

📋 copy color: '#440C02'

red 68 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #440C02

Tints of Seal Brown #440C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

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

R = 82.93%
G = 14.63%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#440C02 (or 0x440C02) is known color: Seal Brown. HEX triplet: 44, 0C and 02. RGB value is (68,12,2). Sum of RGB (Red+Green+Blue) = 68+12+2=82 (10% of max value = 765). Red value is 68 (26.95% from 255 or 82.93% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 68 - color contains mainly: red. Hex color #440C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C02 is #BBF3FD. Grayscale: #1B1B1B. Windows color (decimal): -12317694 or 134212. OLE color: 134212.

HSL color Cylindrical-coordinate representation of color #440C02: hue angle of 9.09º 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 #440C02 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 12 2 -
CMYK 0 0.82 0.97 0.73
HSL 9.09º 0.94% 0.14% -
HSV(B) 9.09º 0.97% 0.27% -
XYZ 2.53 1.5 0.21 -
YUV 27.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 68 12 2 0 0.82 0.97 0.73 9.09 0.94 0.14
Hex 44 C 2 0 52 61 49 9 5E E
Octal 104 14 2 0 122 141 111 11 136 16
Binary 1000100 1100 10 0 1010010 1100001 1001001 1001 1011110 1110

Color Harmonies of #440C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C02

Black with #440C02

Text Example


Text Example

White with #440C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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