Html Css Color HEX #42100A Seal Brown

📋 copy color: '#42100A'

red 66 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #42100A

Tints of Seal Brown #42100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.39%

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

R = 71.74%
G = 17.39%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42100A (or 0x42100A) is known color: Seal Brown. HEX triplet: 42, 10 and 0A. RGB value is (66,16,10). Sum of RGB (Red+Green+Blue) = 66+16+10=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #42100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42100A is #BDEFF5. Grayscale: #1E1E1E. Windows color (decimal): -12447734 or 659522. OLE color: 659522.

HSL color Cylindrical-coordinate representation of color #42100A: hue angle of 6.43º 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 #42100A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 10 -
CMYK 0 0.76 0.85 0.74
HSL 6.43º 0.74% 0.15% -
HSV(B) 6.43º 0.85% 0.26% -
XYZ 2.49 1.55 0.46 -
YUV 30.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 66 16 10 0 0.76 0.85 0.74 6.43 0.74 0.15
Hex 42 10 A 0 4C 55 4A 6 4A F
Octal 102 20 12 0 114 125 112 6 112 17
Binary 1000010 10000 1010 0 1001100 1010101 1001010 110 1001010 1111

Color Harmonies of #42100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42100A

Black with #42100A

Text Example


Text Example

White with #42100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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