Html Css Color HEX #41140A Seal Brown

📋 copy color: '#41140A'

red 65 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #41140A

Tints of Seal Brown #41140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

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

R = 68.42%
G = 21.05%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41140A (or 0x41140A) is known color: Seal Brown. HEX triplet: 41, 14 and 0A. RGB value is (65,20,10). Sum of RGB (Red+Green+Blue) = 65+20+10=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140A is #BEEBF5. Grayscale: #202020. Windows color (decimal): -12512246 or 660545. OLE color: 660545.

HSL color Cylindrical-coordinate representation of color #41140A: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41140A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 10 -
CMYK 0 0.69 0.85 0.75
HSL 10.91º 0.73% 0.15% -
HSV(B) 10.91º 0.85% 0.25% -
XYZ 2.48 1.65 0.47 -
YUV 32.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 65 20 10 0 0.69 0.85 0.75 10.91 0.73 0.15
Hex 41 14 A 0 45 55 4B B 49 F
Octal 101 24 12 0 105 125 113 13 111 17
Binary 1000001 10100 1010 0 1000101 1010101 1001011 1011 1001001 1111

Color Harmonies of #41140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41140A

Black with #41140A

Text Example


Text Example

White with #41140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,20,10); }

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

background-color css

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

 a { background-color: rgb(65,20,10); }

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

border-color css

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

 span { border-color: rgb(65,20,10); }

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