Html Css Color HEX #412213 Brown Pod

📋 copy color: '#412213'

red 65 ◦ green 34 ◦ blue 19

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

Shades of Brown Pod #412213

Tints of Brown Pod #412213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 55.08%
G = 28.81%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412213 (or 0x412213) is known color: Brown Pod. HEX triplet: 41, 22 and 13. RGB value is (65,34,19). Sum of RGB (Red+Green+Blue) = 65+34+19=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412213 is #BEDDEC. Grayscale: #292929. Windows color (decimal): -12508653 or 1253953. OLE color: 1253953.

HSL color Cylindrical-coordinate representation of color #412213: hue angle of 19.57º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412213 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 19 -
CMYK 0 0.48 0.71 0.75
HSL 19.57º 0.55% 0.16% -
HSV(B) 19.57º 0.71% 0.25% -
XYZ 2.87 2.31 0.91 -
YUV 41.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 65 34 19 0 0.48 0.71 0.75 19.57 0.55 0.16
Hex 41 22 13 0 30 47 4B 14 37 10
Octal 101 42 23 0 60 107 113 24 67 20
Binary 1000001 100010 10011 0 110000 1000111 1001011 10100 110111 10000

Color Harmonies of #412213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412213

Black with #412213

Text Example


Text Example

White with #412213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412213; }

 p { color: rgb(65,34,19); }

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

background-color css

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

 a { background-color: rgb(65,34,19); }

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

border-color css

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

 span { border-color: rgb(65,34,19); }

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