Html Css Color HEX #40150F Seal Brown

📋 copy color: '#40150F'

red 64 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #40150F

Tints of Seal Brown #40150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15%

R = 64%
G = 21%
B = 15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40150F (or 0x40150F) is known color: Seal Brown. HEX triplet: 40, 15 and 0F. RGB value is (64,21,15). Sum of RGB (Red+Green+Blue) = 64+21+15=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150F is #BFEAF0. Grayscale: #212121. Windows color (decimal): -12577521 or 988480. OLE color: 988480.

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

Color convert

RGB 64 21 15 -
CMYK 0 0.67 0.77 0.75
HSL 7.35º 0.62% 0.15% -
HSV(B) 7.35º 0.77% 0.25% -
XYZ 2.47 1.66 0.64 -
YUV 33.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 64 21 15 0 0.67 0.77 0.75 7.35 0.62 0.15
Hex 40 15 F 0 43 4D 4B 7 3E F
Octal 100 25 17 0 103 115 113 7 76 17
Binary 1000000 10101 1111 0 1000011 1001101 1001011 111 111110 1111

Color Harmonies of #40150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40150F

Black with #40150F

Text Example


Text Example

White with #40150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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