Html Css Color HEX #41120F Seal Brown

📋 copy color: '#41120F'

red 65 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #41120F

Tints of Seal Brown #41120F

RGB

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

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

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

R = 66.33%
G = 18.37%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41120F (or 0x41120F) is known color: Seal Brown. HEX triplet: 41, 12 and 0F. RGB value is (65,18,15). Sum of RGB (Red+Green+Blue) = 65+18+15=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41120F is #BEEDF0. Grayscale: #1F1F1F. Windows color (decimal): -12512753 or 987713. OLE color: 987713.

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

Color convert

RGB 65 18 15 -
CMYK 0 0.72 0.77 0.75
HSL 3.6º 0.63% 0.16% -
HSV(B) 3.6º 0.77% 0.25% -
XYZ 2.48 1.59 0.63 -
YUV 31.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 65 18 15 0 0.72 0.77 0.75 3.6 0.63 0.16
Hex 41 12 F 0 48 4D 4B 4 3E 10
Octal 101 22 17 0 110 115 113 4 76 20
Binary 1000001 10010 1111 0 1001000 1001101 1001011 100 111110 10000

Color Harmonies of #41120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41120F

Black with #41120F

Text Example


Text Example

White with #41120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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