Html Css Color HEX #42150D Seal Brown

📋 copy color: '#42150D'

red 66 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #42150D

Tints of Seal Brown #42150D

RGB

 RED value IS 66 (26.17% from 255) = 66%

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

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

R = 66%
G = 21%
B = 13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42150D (or 0x42150D) is known color: Seal Brown. HEX triplet: 42, 15 and 0D. RGB value is (66,21,13). Sum of RGB (Red+Green+Blue) = 66+21+13=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42150D is #BDEAF2. Grayscale: #212121. Windows color (decimal): -12446451 or 857410. OLE color: 857410.

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

Color convert

RGB 66 21 13 -
CMYK 0 0.68 0.80 0.74
HSL 9.06º 0.67% 0.15% -
HSV(B) 9.06º 0.8% 0.26% -
XYZ 2.59 1.72 0.58 -
YUV 33.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 66 21 13 0 0.68 0.80 0.74 9.06 0.67 0.15
Hex 42 15 D 0 44 50 4A 9 43 F
Octal 102 25 15 0 104 120 112 11 103 17
Binary 1000010 10101 1101 0 1000100 1010000 1001010 1001 1000011 1111

Color Harmonies of #42150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42150D

Black with #42150D

Text Example


Text Example

White with #42150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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