Html Css Color HEX #41210D Brown Pod

📋 copy color: '#41210D'

red 65 ◦ green 33 ◦ blue 13

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

Shades of Brown Pod #41210D

Tints of Brown Pod #41210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.73%

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

R = 58.56%
G = 29.73%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41210D (or 0x41210D) is known color: Brown Pod. HEX triplet: 41, 21 and 0D. RGB value is (65,33,13). Sum of RGB (Red+Green+Blue) = 65+33+13=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41210D is #BEDEF2. Grayscale: #282828. Windows color (decimal): -12508915 or 860481. OLE color: 860481.

HSL color Cylindrical-coordinate representation of color #41210D: hue angle of 23.08º 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 #41210D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 13 -
CMYK 0 0.49 0.80 0.75
HSL 23.08º 0.67% 0.15% -
HSV(B) 23.08º 0.8% 0.25% -
XYZ 2.8 2.24 0.67 -
YUV 40.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 65 33 13 0 0.49 0.80 0.75 23.08 0.67 0.15
Hex 41 21 D 0 31 50 4B 17 43 F
Octal 101 41 15 0 61 120 113 27 103 17
Binary 1000001 100001 1101 0 110001 1010000 1001011 10111 1000011 1111

Color Harmonies of #41210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41210D

Black with #41210D

Text Example


Text Example

White with #41210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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