Html Css Color HEX #411003 Seal Brown

📋 copy color: '#411003'

red 65 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #411003

Tints of Seal Brown #411003

RGB

 RED value IS 65 (25.78% from 255) = 77.38%

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

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

R = 77.38%
G = 19.05%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#411003 (or 0x411003) is known color: Seal Brown. HEX triplet: 41, 10 and 03. RGB value is (65,16,3). Sum of RGB (Red+Green+Blue) = 65+16+3=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #411003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411003 is #BEEFFC. Grayscale: #1D1D1D. Windows color (decimal): -12513277 or 200769. OLE color: 200769.

HSL color Cylindrical-coordinate representation of color #411003: hue angle of 12.58º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #411003 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 3 -
CMYK 0 0.75 0.95 0.75
HSL 12.58º 0.91% 0.13% -
HSV(B) 12.58º 0.95% 0.25% -
XYZ 2.38 1.5 0.25 -
YUV 29.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 65 16 3 0 0.75 0.95 0.75 12.58 0.91 0.13
Hex 41 10 3 0 4B 5F 4B D 5B D
Octal 101 20 3 0 113 137 113 15 133 15
Binary 1000001 10000 11 0 1001011 1011111 1001011 1101 1011011 1101

Color Harmonies of #411003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411003

Black with #411003

Text Example


Text Example

White with #411003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411003; }

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

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

background-color css

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

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

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

border-color css

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

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

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