Html Css Color HEX #44150C Seal Brown

📋 copy color: '#44150C'

red 68 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #44150C

Tints of Seal Brown #44150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

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

R = 67.33%
G = 20.79%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44150C (or 0x44150C) is known color: Seal Brown. HEX triplet: 44, 15 and 0C. RGB value is (68,21,12). Sum of RGB (Red+Green+Blue) = 68+21+12=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44150C is #BBEAF3. Grayscale: #222222. Windows color (decimal): -12315380 or 791876. OLE color: 791876.

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

Color convert

RGB 68 21 12 -
CMYK 0 0.69 0.82 0.73
HSL 9.64º 0.7% 0.16% -
HSV(B) 9.64º 0.82% 0.27% -
XYZ 2.72 1.79 0.55 -
YUV 34.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 68 21 12 0 0.69 0.82 0.73 9.64 0.7 0.16
Hex 44 15 C 0 45 52 49 A 46 10
Octal 104 25 14 0 105 122 111 12 106 20
Binary 1000100 10101 1100 0 1000101 1010010 1001001 1010 1000110 10000

Color Harmonies of #44150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44150C

Black with #44150C

Text Example


Text Example

White with #44150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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