Html Css Color HEX #440B07 Seal Brown

📋 copy color: '#440B07'

red 68 ◦ green 11 ◦ blue 7

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

Shades of Seal Brown #440B07

Tints of Seal Brown #440B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.79%

 BLUE value IS 7 (3.13% from 255) = 8.14%

R = 79.07%
G = 12.79%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#440B07 (or 0x440B07) is known color: Seal Brown. HEX triplet: 44, 0B and 07. RGB value is (68,11,7). Sum of RGB (Red+Green+Blue) = 68+11+7=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #440B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B07 is #BBF4F8. Grayscale: #1B1B1B. Windows color (decimal): -12317945 or 461636. OLE color: 461636.

HSL color Cylindrical-coordinate representation of color #440B07: hue angle of 3.93º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440B07 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 11 7 -
CMYK 0 0.84 0.90 0.73
HSL 3.93º 0.81% 0.15% -
HSV(B) 3.93º 0.9% 0.27% -
XYZ 2.54 1.48 0.35 -
YUV 27.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 68 11 7 0 0.84 0.90 0.73 3.93 0.81 0.15
Hex 44 B 7 0 54 5A 49 4 51 F
Octal 104 13 7 0 124 132 111 4 121 17
Binary 1000100 1011 111 0 1010100 1011010 1001001 100 1010001 1111

Color Harmonies of #440B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B07

Black with #440B07

Text Example


Text Example

White with #440B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,7); }

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

background-color css

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

 a { background-color: rgb(68,11,7); }

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

border-color css

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

 span { border-color: rgb(68,11,7); }

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