Html Css Color HEX #40150D Seal Brown

📋 copy color: '#40150D'

red 64 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #40150D

Tints of Seal Brown #40150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 65.31%
G = 21.43%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40150D (or 0x40150D) is known color: Seal Brown. HEX triplet: 40, 15 and 0D. RGB value is (64,21,13). Sum of RGB (Red+Green+Blue) = 64+21+13=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150D is #BFEAF2. Grayscale: #212121. Windows color (decimal): -12577523 or 857408. OLE color: 857408.

HSL color Cylindrical-coordinate representation of color #40150D: hue angle of 9.41º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40150D is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 13 -
CMYK 0 0.67 0.80 0.75
HSL 9.41º 0.66% 0.15% -
HSV(B) 9.41º 0.8% 0.25% -
XYZ 2.46 1.66 0.57 -
YUV 32.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 64 21 13 0 0.67 0.80 0.75 9.41 0.66 0.15
Hex 40 15 D 0 43 50 4B 9 42 F
Octal 100 25 15 0 103 120 113 11 102 17
Binary 1000000 10101 1101 0 1000011 1010000 1001011 1001 1000010 1111

Color Harmonies of #40150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40150D

Black with #40150D

Text Example


Text Example

White with #40150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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