Html Css Color HEX #41120C Seal Brown

📋 copy color: '#41120C'

red 65 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #41120C

Tints of Seal Brown #41120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 68.42%
G = 18.95%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41120C (or 0x41120C) is known color: Seal Brown. HEX triplet: 41, 12 and 0C. RGB value is (65,18,12). Sum of RGB (Red+Green+Blue) = 65+18+12=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41120C is #BEEDF3. Grayscale: #1F1F1F. Windows color (decimal): -12512756 or 791105. OLE color: 791105.

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

Color convert

RGB 65 18 12 -
CMYK 0 0.72 0.82 0.75
HSL 6.79º 0.69% 0.15% -
HSV(B) 6.79º 0.82% 0.25% -
XYZ 2.46 1.58 0.52 -
YUV 31.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 65 18 12 0 0.72 0.82 0.75 6.79 0.69 0.15
Hex 41 12 C 0 48 52 4B 7 45 F
Octal 101 22 14 0 110 122 113 7 105 17
Binary 1000001 10010 1100 0 1001000 1010010 1001011 111 1000101 1111

Color Harmonies of #41120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41120C

Black with #41120C

Text Example


Text Example

White with #41120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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