Html Css Color HEX #41120B Seal Brown

📋 copy color: '#41120B'

red 65 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #41120B

Tints of Seal Brown #41120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 69.15%
G = 19.15%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41120B (or 0x41120B) is known color: Seal Brown. HEX triplet: 41, 12 and 0B. RGB value is (65,18,11). Sum of RGB (Red+Green+Blue) = 65+18+11=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41120B is #BEEDF4. Grayscale: #1F1F1F. Windows color (decimal): -12512757 or 725569. OLE color: 725569.

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

Color convert

RGB 65 18 11 -
CMYK 0 0.72 0.83 0.75
HSL 7.78º 0.71% 0.15% -
HSV(B) 7.78º 0.83% 0.25% -
XYZ 2.46 1.58 0.49 -
YUV 31.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 65 18 11 0 0.72 0.83 0.75 7.78 0.71 0.15
Hex 41 12 B 0 48 53 4B 8 47 F
Octal 101 22 13 0 110 123 113 10 107 17
Binary 1000001 10010 1011 0 1001000 1010011 1001011 1000 1000111 1111

Color Harmonies of #41120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41120B

Black with #41120B

Text Example


Text Example

White with #41120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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