Html Css Color HEX #41120D Seal Brown

📋 copy color: '#41120D'

red 65 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #41120D

Tints of Seal Brown #41120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.75%

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

R = 67.71%
G = 18.75%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41120D (or 0x41120D) is known color: Seal Brown. HEX triplet: 41, 12 and 0D. RGB value is (65,18,13). Sum of RGB (Red+Green+Blue) = 65+18+13=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41120D is #BEEDF2. Grayscale: #1F1F1F. Windows color (decimal): -12512755 or 856641. OLE color: 856641.

HSL color Cylindrical-coordinate representation of color #41120D: hue angle of 5.77º 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 #41120D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 13 -
CMYK 0 0.72 0.80 0.75
HSL 5.77º 0.67% 0.15% -
HSV(B) 5.77º 0.8% 0.25% -
XYZ 2.47 1.59 0.56 -
YUV 31.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 65 18 13 0 0.72 0.80 0.75 5.77 0.67 0.15
Hex 41 12 D 0 48 50 4B 6 43 F
Octal 101 22 15 0 110 120 113 6 103 17
Binary 1000001 10010 1101 0 1001000 1010000 1001011 110 1000011 1111

Color Harmonies of #41120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41120D

Black with #41120D

Text Example


Text Example

White with #41120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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