Html Css Color HEX #44120C Seal Brown

📋 copy color: '#44120C'

red 68 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #44120C

Tints of Seal Brown #44120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

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

R = 69.39%
G = 18.37%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44120C (or 0x44120C) is known color: Seal Brown. HEX triplet: 44, 12 and 0C. RGB value is (68,18,12). Sum of RGB (Red+Green+Blue) = 68+18+12=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #44120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44120C is #BBEDF3. Grayscale: #202020. Windows color (decimal): -12316148 or 791108. OLE color: 791108.

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

Color convert

RGB 68 18 12 -
CMYK 0 0.74 0.82 0.73
HSL 6.43º 0.7% 0.16% -
HSV(B) 6.43º 0.82% 0.27% -
XYZ 2.67 1.69 0.53 -
YUV 32.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 68 18 12 0 0.74 0.82 0.73 6.43 0.7 0.16
Hex 44 12 C 0 4A 52 49 6 46 10
Octal 104 22 14 0 112 122 111 6 106 20
Binary 1000100 10010 1100 0 1001010 1010010 1001001 110 1000110 10000

Color Harmonies of #44120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44120C

Black with #44120C

Text Example


Text Example

White with #44120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44120C; }

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

 H1.HeaderClassName
 {
   color: #44120C;
 }
 .AnyTagClassName
 {
   color: #44120C;
 }
</style>

background-color css

<style>
 a { background-color: #44120C; }

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

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

border-color css

<style>
 span { border-color: #44120C; }

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

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