Html Css Color HEX #42140F Seal Brown

📋 copy color: '#42140F'

red 66 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #42140F

Tints of Seal Brown #42140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 65.35%
G = 19.8%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42140F (or 0x42140F) is known color: Seal Brown. HEX triplet: 42, 14 and 0F. RGB value is (66,20,15). Sum of RGB (Red+Green+Blue) = 66+20+15=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42140F is #BDEBF0. Grayscale: #212121. Windows color (decimal): -12446705 or 988226. OLE color: 988226.

HSL color Cylindrical-coordinate representation of color #42140F: hue angle of 5.88º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42140F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 15 -
CMYK 0 0.70 0.77 0.74
HSL 5.88º 0.63% 0.16% -
HSV(B) 5.88º 0.77% 0.26% -
XYZ 2.58 1.69 0.64 -
YUV 33.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 66 20 15 0 0.70 0.77 0.74 5.88 0.63 0.16
Hex 42 14 F 0 46 4D 4A 6 3F 10
Octal 102 24 17 0 106 115 112 6 77 20
Binary 1000010 10100 1111 0 1000110 1001101 1001010 110 111111 10000

Color Harmonies of #42140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42140F

Black with #42140F

Text Example


Text Example

White with #42140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,20,15); }

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

background-color css

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

 a { background-color: rgb(66,20,15); }

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

border-color css

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

 span { border-color: rgb(66,20,15); }

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