Html Css Color HEX #400C0B Seal Brown

📋 copy color: '#400C0B'

red 64 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #400C0B

Tints of Seal Brown #400C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.64%

R = 73.56%
G = 13.79%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#400C0B (or 0x400C0B) is known color: Seal Brown. HEX triplet: 40, 0C and 0B. RGB value is (64,12,11). Sum of RGB (Red+Green+Blue) = 64+12+11=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C0B is #BFF3F4. Grayscale: #1B1B1B. Windows color (decimal): -12579829 or 724032. OLE color: 724032.

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

Color convert

RGB 64 12 11 -
CMYK 0 0.81 0.83 0.75
HSL 1.13º 0.71% 0.15% -
HSV(B) 1.13º 0.83% 0.25% -
XYZ 2.31 1.38 0.46 -
YUV 27.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 64 12 11 0 0.81 0.83 0.75 1.13 0.71 0.15
Hex 40 C B 0 51 53 4B 1 47 F
Octal 100 14 13 0 121 123 113 1 107 17
Binary 1000000 1100 1011 0 1010001 1010011 1001011 1 1000111 1111

Color Harmonies of #400C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C0B

Black with #400C0B

Text Example


Text Example

White with #400C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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