Html Css Color HEX #41130F Seal Brown

📋 copy color: '#41130F'

red 65 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #41130F

Tints of Seal Brown #41130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 65.66%
G = 19.19%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41130F (or 0x41130F) is known color: Seal Brown. HEX triplet: 41, 13 and 0F. RGB value is (65,19,15). Sum of RGB (Red+Green+Blue) = 65+19+15=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130F is #BEECF0. Grayscale: #202020. Windows color (decimal): -12512497 or 987969. OLE color: 987969.

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

Color convert

RGB 65 19 15 -
CMYK 0 0.71 0.77 0.75
HSL 4.8º 0.63% 0.16% -
HSV(B) 4.8º 0.77% 0.25% -
XYZ 2.5 1.62 0.63 -
YUV 32.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 65 19 15 0 0.71 0.77 0.75 4.8 0.63 0.16
Hex 41 13 F 0 47 4D 4B 5 3E 10
Octal 101 23 17 0 107 115 113 5 76 20
Binary 1000001 10011 1111 0 1000111 1001101 1001011 101 111110 10000

Color Harmonies of #41130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41130F

Black with #41130F

Text Example


Text Example

White with #41130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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