Html Css Color HEX #440A08 Seal Brown

📋 copy color: '#440A08'

red 68 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #440A08

Tints of Seal Brown #440A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.63%

 BLUE value IS 8 (3.52% from 255) = 9.3%

R = 79.07%
G = 11.63%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#440A08 (or 0x440A08) is known color: Seal Brown. HEX triplet: 44, 0A and 08. RGB value is (68,10,8). Sum of RGB (Red+Green+Blue) = 68+10+8=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #440A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A08 is #BBF5F7. Grayscale: #1B1B1B. Windows color (decimal): -12318200 or 526916. OLE color: 526916.

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

Color convert

RGB 68 10 8 -
CMYK 0 0.85 0.88 0.73
HSL 0.79% 0.15% -
HSV(B) 0.88% 0.27% -
XYZ 2.54 1.46 0.38 -
YUV 27.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 68 10 8 0 0.85 0.88 0.73 2 0.79 0.15
Hex 44 A 8 0 55 58 49 2 4F F
Octal 104 12 10 0 125 130 111 2 117 17
Binary 1000100 1010 1000 0 1010101 1011000 1001001 10 1001111 1111

Color Harmonies of #440A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A08

Black with #440A08

Text Example


Text Example

White with #440A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,8); }

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

background-color css

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

 a { background-color: rgb(68,10,8); }

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

border-color css

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

 span { border-color: rgb(68,10,8); }

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