Html Css Color HEX #42130B Seal Brown

📋 copy color: '#42130B'

red 66 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #42130B

Tints of Seal Brown #42130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

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

R = 68.75%
G = 19.79%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42130B (or 0x42130B) is known color: Seal Brown. HEX triplet: 42, 13 and 0B. RGB value is (66,19,11). Sum of RGB (Red+Green+Blue) = 66+19+11=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42130B is #BDECF4. Grayscale: #202020. Windows color (decimal): -12446965 or 725826. OLE color: 725826.

HSL color Cylindrical-coordinate representation of color #42130B: hue angle of 8.73º 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 #42130B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 19 11 -
CMYK 0 0.71 0.83 0.74
HSL 8.73º 0.71% 0.15% -
HSV(B) 8.73º 0.83% 0.26% -
XYZ 2.54 1.65 0.5 -
YUV 32.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 66 19 11 0 0.71 0.83 0.74 8.73 0.71 0.15
Hex 42 13 B 0 47 53 4A 9 47 F
Octal 102 23 13 0 107 123 112 11 107 17
Binary 1000010 10011 1011 0 1000111 1010011 1001010 1001 1000111 1111

Color Harmonies of #42130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42130B

Black with #42130B

Text Example


Text Example

White with #42130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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