Html Css Color HEX #40150B Seal Brown

📋 copy color: '#40150B'

red 64 ◦ green 21 ◦ blue 11

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

Shades of Seal Brown #40150B

Tints of Seal Brown #40150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

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

R = 66.67%
G = 21.88%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40150B (or 0x40150B) is known color: Seal Brown. HEX triplet: 40, 15 and 0B. RGB value is (64,21,11). Sum of RGB (Red+Green+Blue) = 64+21+11=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150B is #BFEAF4. Grayscale: #202020. Windows color (decimal): -12577525 or 726336. OLE color: 726336.

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

Color convert

RGB 64 21 11 -
CMYK 0 0.67 0.83 0.75
HSL 11.32º 0.71% 0.15% -
HSV(B) 11.32º 0.83% 0.25% -
XYZ 2.44 1.65 0.51 -
YUV 32.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 64 21 11 0 0.67 0.83 0.75 11.32 0.71 0.15
Hex 40 15 B 0 43 53 4B B 47 F
Octal 100 25 13 0 103 123 113 13 107 17
Binary 1000000 10101 1011 0 1000011 1010011 1001011 1011 1000111 1111

Color Harmonies of #40150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40150B

Black with #40150B

Text Example


Text Example

White with #40150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40150B; }

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

 H1.HeaderClassName
 {
   color: #40150B;
 }
 .AnyTagClassName
 {
   color: #40150B;
 }
</style>

background-color css

<style>
 a { background-color: #40150B; }

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

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

border-color css

<style>
 span { border-color: #40150B; }

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

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