Html Css Color HEX #41130D Seal Brown

📋 copy color: '#41130D'

red 65 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #41130D

Tints of Seal Brown #41130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 67.01%
G = 19.59%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41130D (or 0x41130D) is known color: Seal Brown. HEX triplet: 41, 13 and 0D. RGB value is (65,19,13). Sum of RGB (Red+Green+Blue) = 65+19+13=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130D is #BEECF2. Grayscale: #202020. Windows color (decimal): -12512499 or 856897. OLE color: 856897.

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

Color convert

RGB 65 19 13 -
CMYK 0 0.71 0.80 0.75
HSL 6.92º 0.67% 0.15% -
HSV(B) 6.92º 0.8% 0.25% -
XYZ 2.49 1.62 0.56 -
YUV 32.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 65 19 13 0 0.71 0.80 0.75 6.92 0.67 0.15
Hex 41 13 D 0 47 50 4B 7 43 F
Octal 101 23 15 0 107 120 113 7 103 17
Binary 1000001 10011 1101 0 1000111 1010000 1001011 111 1000011 1111

Color Harmonies of #41130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41130D

Black with #41130D

Text Example


Text Example

White with #41130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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