Html Css Color HEX #421003 Seal Brown

📋 copy color: '#421003'

red 66 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #421003

Tints of Seal Brown #421003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.53%

R = 77.65%
G = 18.82%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#421003 (or 0x421003) is known color: Seal Brown. HEX triplet: 42, 10 and 03. RGB value is (66,16,3). Sum of RGB (Red+Green+Blue) = 66+16+3=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #421003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421003 is #BDEFFC. Grayscale: #1D1D1D. Windows color (decimal): -12447741 or 200770. OLE color: 200770.

HSL color Cylindrical-coordinate representation of color #421003: hue angle of 12.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #421003 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 3 -
CMYK 0 0.76 0.95 0.74
HSL 12.38º 0.91% 0.14% -
HSV(B) 12.38º 0.95% 0.26% -
XYZ 2.45 1.54 0.25 -
YUV 29.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 66 16 3 0 0.76 0.95 0.74 12.38 0.91 0.14
Hex 42 10 3 0 4C 5F 4A C 5B E
Octal 102 20 3 0 114 137 112 14 133 16
Binary 1000010 10000 11 0 1001100 1011111 1001010 1100 1011011 1110

Color Harmonies of #421003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421003

Black with #421003

Text Example


Text Example

White with #421003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421003; }

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

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

background-color css

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

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

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

border-color css

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

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

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