Html Css Color HEX #41140F Seal Brown

📋 copy color: '#41140F'

red 65 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #41140F

Tints of Seal Brown #41140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41140F (or 0x41140F) is known color: Seal Brown. HEX triplet: 41, 14 and 0F. RGB value is (65,20,15). Sum of RGB (Red+Green+Blue) = 65+20+15=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140F is #BEEBF0. Grayscale: #202020. Windows color (decimal): -12512241 or 988225. OLE color: 988225.

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

Color convert

RGB 65 20 15 -
CMYK 0 0.69 0.77 0.75
HSL 0.63% 0.16% -
HSV(B) 0.77% 0.25% -
XYZ 2.52 1.66 0.64 -
YUV 32.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 65 20 15 0 0.69 0.77 0.75 6 0.63 0.16
Hex 41 14 F 0 45 4D 4B 6 3E 10
Octal 101 24 17 0 105 115 113 6 76 20
Binary 1000001 10100 1111 0 1000101 1001101 1001011 110 111110 10000

Color Harmonies of #41140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41140F

Black with #41140F

Text Example


Text Example

White with #41140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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