Html Css Color HEX #41130E Seal Brown

📋 copy color: '#41130E'

red 65 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #41130E

Tints of Seal Brown #41130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 66.33%
G = 19.39%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41130E (or 0x41130E) is known color: Seal Brown. HEX triplet: 41, 13 and 0E. RGB value is (65,19,14). Sum of RGB (Red+Green+Blue) = 65+19+14=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130E is #BEECF1. Grayscale: #202020. Windows color (decimal): -12512498 or 922433. OLE color: 922433.

HSL color Cylindrical-coordinate representation of color #41130E: hue angle of 5.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41130E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 14 -
CMYK 0 0.71 0.78 0.75
HSL 5.88º 0.65% 0.15% -
HSV(B) 5.88º 0.78% 0.25% -
XYZ 2.49 1.62 0.6 -
YUV 32.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 65 19 14 0 0.71 0.78 0.75 5.88 0.65 0.15
Hex 41 13 E 0 47 4E 4B 6 41 F
Octal 101 23 16 0 107 116 113 6 101 17
Binary 1000001 10011 1110 0 1000111 1001110 1001011 110 1000001 1111

Color Harmonies of #41130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41130E

Black with #41130E

Text Example


Text Example

White with #41130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41130E; }

 p { color: rgb(65,19,14); }

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

background-color css

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

 a { background-color: rgb(65,19,14); }

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

border-color css

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

 span { border-color: rgb(65,19,14); }

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