Html Css Color HEX #42140B Seal Brown

📋 copy color: '#42140B'

red 66 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #42140B

Tints of Seal Brown #42140B

RGB

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

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

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

R = 68.04%
G = 20.62%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42140B (or 0x42140B) is known color: Seal Brown. HEX triplet: 42, 14 and 0B. RGB value is (66,20,11). Sum of RGB (Red+Green+Blue) = 66+20+11=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42140B is #BDEBF4. Grayscale: #202020. Windows color (decimal): -12446709 or 726082. OLE color: 726082.

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

Color convert

RGB 66 20 11 -
CMYK 0 0.70 0.83 0.74
HSL 9.82º 0.71% 0.15% -
HSV(B) 9.82º 0.83% 0.26% -
XYZ 2.56 1.68 0.51 -
YUV 32.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 66 20 11 0 0.70 0.83 0.74 9.82 0.71 0.15
Hex 42 14 B 0 46 53 4A A 47 F
Octal 102 24 13 0 106 123 112 12 107 17
Binary 1000010 10100 1011 0 1000110 1010011 1001010 1010 1000111 1111

Color Harmonies of #42140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42140B

Black with #42140B

Text Example


Text Example

White with #42140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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