Html Css Color HEX #400C00 Seal Brown

📋 copy color: '#400C00'

red 64 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #400C00

Tints of Seal Brown #400C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.21%
G = 15.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400C00 (or 0x400C00) is known color: Seal Brown. HEX triplet: 40, 0C and 00. RGB value is (64,12,0). Sum of RGB (Red+Green+Blue) = 64+12+0=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C00 is #BFF3FF. Grayscale: #1A1A1A. Windows color (decimal): -12579840 or 3136. OLE color: 3136.

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

Color convert

RGB 64 12 0 -
CMYK 0 0.81 1 0.75
HSL 11.25º 1% 0.13% -
HSV(B) 11.25º 1% 0.25% -
XYZ 2.25 1.35 0.14 -
YUV 26.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 64 12 0 0 0.81 1 0.75 11.25 1 0.13
Hex 40 C 0 0 51 64 4B B 64 D
Octal 100 14 0 0 121 144 113 13 144 15
Binary 1000000 1100 0 0 1010001 1100100 1001011 1011 1100100 1101

Color Harmonies of #400C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C00

Black with #400C00

Text Example


Text Example

White with #400C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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