Html Css Color HEX #42130A Seal Brown

📋 copy color: '#42130A'

red 66 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #42130A

Tints of Seal Brown #42130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 69.47%
G = 20%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42130A (or 0x42130A) is known color: Seal Brown. HEX triplet: 42, 13 and 0A. RGB value is (66,19,10). Sum of RGB (Red+Green+Blue) = 66+19+10=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42130A is #BDECF5. Grayscale: #202020. Windows color (decimal): -12446966 or 660290. OLE color: 660290.

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

Color convert

RGB 66 19 10 -
CMYK 0 0.71 0.85 0.74
HSL 9.64º 0.74% 0.15% -
HSV(B) 9.64º 0.85% 0.26% -
XYZ 2.53 1.65 0.47 -
YUV 32.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 66 19 10 0 0.71 0.85 0.74 9.64 0.74 0.15
Hex 42 13 A 0 47 55 4A A 4A F
Octal 102 23 12 0 107 125 112 12 112 17
Binary 1000010 10011 1010 0 1000111 1010101 1001010 1010 1001010 1111

Color Harmonies of #42130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42130A

Black with #42130A

Text Example


Text Example

White with #42130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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