Html Css Color HEX #41200E Brown Pod

📋 copy color: '#41200E'

red 65 ◦ green 32 ◦ blue 14

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

Shades of Brown Pod #41200E

Tints of Brown Pod #41200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 58.56%
G = 28.83%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41200E (or 0x41200E) is known color: Brown Pod. HEX triplet: 41, 20 and 0E. RGB value is (65,32,14). Sum of RGB (Red+Green+Blue) = 65+32+14=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41200E is #BEDFF1. Grayscale: #272727. Windows color (decimal): -12509170 or 925761. OLE color: 925761.

HSL color Cylindrical-coordinate representation of color #41200E: hue angle of 21.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41200E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 14 -
CMYK 0 0.51 0.78 0.75
HSL 21.18º 0.65% 0.15% -
HSV(B) 21.18º 0.78% 0.25% -
XYZ 2.78 2.19 0.69 -
YUV 39.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 65 32 14 0 0.51 0.78 0.75 21.18 0.65 0.15
Hex 41 20 E 0 33 4E 4B 15 41 F
Octal 101 40 16 0 63 116 113 25 101 17
Binary 1000001 100000 1110 0 110011 1001110 1001011 10101 1000001 1111

Color Harmonies of #41200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41200E

Black with #41200E

Text Example


Text Example

White with #41200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41200E; }

 p { color: rgb(65,32,14); }

 H1.HeaderClassName
 {
   color: #41200E;
 }
 .AnyTagClassName
 {
   color: #41200E;
 }
</style>

background-color css

<style>
 a { background-color: #41200E; }

 a { background-color: rgb(65,32,14); }

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

border-color css

<style>
 span { border-color: #41200E; }

 span { border-color: rgb(65,32,14); }

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