Html Css Color HEX #41200D Brown Pod

📋 copy color: '#41200D'

red 65 ◦ green 32 ◦ blue 13

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

Shades of Brown Pod #41200D

Tints of Brown Pod #41200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 59.09%
G = 29.09%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41200D (or 0x41200D) is known color: Brown Pod. HEX triplet: 41, 20 and 0D. RGB value is (65,32,13). Sum of RGB (Red+Green+Blue) = 65+32+13=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41200D is #BEDFF2. Grayscale: #272727. Windows color (decimal): -12509171 or 860225. OLE color: 860225.

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

Color convert

RGB 65 32 13 -
CMYK 0 0.51 0.80 0.75
HSL 21.92º 0.67% 0.15% -
HSV(B) 21.92º 0.8% 0.25% -
XYZ 2.77 2.19 0.66 -
YUV 39.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 65 32 13 0 0.51 0.80 0.75 21.92 0.67 0.15
Hex 41 20 D 0 33 50 4B 16 43 F
Octal 101 40 15 0 63 120 113 26 103 17
Binary 1000001 100000 1101 0 110011 1010000 1001011 10110 1000011 1111

Color Harmonies of #41200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41200D

Black with #41200D

Text Example


Text Example

White with #41200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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