Html Css Color HEX #400B00 Seal Brown

📋 copy color: '#400B00'

red 64 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #400B00

Tints of Seal Brown #400B00

RGB

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

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

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

R = 85.33%
G = 14.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400B00 (or 0x400B00) is known color: Seal Brown. HEX triplet: 40, 0B and 00. RGB value is (64,11,0). Sum of RGB (Red+Green+Blue) = 64+11+0=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B00 is #BFF4FF. Grayscale: #191919. Windows color (decimal): -12580096 or 2880. OLE color: 2880.

HSL color Cylindrical-coordinate representation of color #400B00: hue angle of 10.31º 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 #400B00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 11 0 -
CMYK 0 0.83 1 0.75
HSL 10.31º 1% 0.13% -
HSV(B) 10.31º 1% 0.25% -
XYZ 2.23 1.33 0.14 -
YUV 25.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 64 11 0 0 0.83 1 0.75 10.31 1 0.13
Hex 40 B 0 0 53 64 4B A 64 D
Octal 100 13 0 0 123 144 113 12 144 15
Binary 1000000 1011 0 0 1010011 1100100 1001011 1010 1100100 1101

Color Harmonies of #400B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B00

Black with #400B00

Text Example


Text Example

White with #400B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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