Html Css Color HEX #400C09 Seal Brown

📋 copy color: '#400C09'

red 64 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #400C09

Tints of Seal Brown #400C09

RGB

 RED value IS 64 (25.39% from 255) = 75.29%

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

 BLUE value IS 9 (3.91% from 255) = 10.59%

R = 75.29%
G = 14.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#400C09 (or 0x400C09) is known color: Seal Brown. HEX triplet: 40, 0C and 09. RGB value is (64,12,9). Sum of RGB (Red+Green+Blue) = 64+12+9=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C09 is #BFF3F6. Grayscale: #1B1B1B. Windows color (decimal): -12579831 or 592960. OLE color: 592960.

HSL color Cylindrical-coordinate representation of color #400C09: hue angle of 3.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400C09 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 12 9 -
CMYK 0 0.81 0.86 0.75
HSL 3.27º 0.75% 0.14% -
HSV(B) 3.27º 0.86% 0.25% -
XYZ 2.3 1.37 0.4 -
YUV 27.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 64 12 9 0 0.81 0.86 0.75 3.27 0.75 0.14
Hex 40 C 9 0 51 56 4B 3 4B E
Octal 100 14 11 0 121 126 113 3 113 16
Binary 1000000 1100 1001 0 1010001 1010110 1001011 11 1001011 1110

Color Harmonies of #400C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C09

Black with #400C09

Text Example


Text Example

White with #400C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C09; }

 p { color: rgb(64,12,9); }

 H1.HeaderClassName
 {
   color: #400C09;
 }
 .AnyTagClassName
 {
   color: #400C09;
 }
</style>

background-color css

<style>
 a { background-color: #400C09; }

 a { background-color: rgb(64,12,9); }

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

border-color css

<style>
 span { border-color: #400C09; }

 span { border-color: rgb(64,12,9); }

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