Html Css Color HEX #411F0C Brown Pod

📋 copy color: '#411F0C'

red 65 ◦ green 31 ◦ blue 12

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

Shades of Brown Pod #411F0C

Tints of Brown Pod #411F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.7%

 BLUE value IS 12 (5.08% from 255) = 11.11%

R = 60.19%
G = 28.7%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#411F0C (or 0x411F0C) is known color: Brown Pod. HEX triplet: 41, 1F and 0C. RGB value is (65,31,12). Sum of RGB (Red+Green+Blue) = 65+31+12=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0C is #BEE0F3. Grayscale: #272727. Windows color (decimal): -12509428 or 794433. OLE color: 794433.

HSL color Cylindrical-coordinate representation of color #411F0C: hue angle of 21.51º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411F0C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 12 -
CMYK 0 0.52 0.82 0.75
HSL 21.51º 0.69% 0.15% -
HSV(B) 21.51º 0.82% 0.25% -
XYZ 2.74 2.13 0.61 -
YUV 39 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 65 31 12 0 0.52 0.82 0.75 21.51 0.69 0.15
Hex 41 1F C 0 34 52 4B 16 45 F
Octal 101 37 14 0 64 122 113 26 105 17
Binary 1000001 11111 1100 0 110100 1010010 1001011 10110 1000101 1111

Color Harmonies of #411F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F0C

Black with #411F0C

Text Example


Text Example

White with #411F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F0C; }

 p { color: rgb(65,31,12); }

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

background-color css

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

 a { background-color: rgb(65,31,12); }

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

border-color css

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

 span { border-color: rgb(65,31,12); }

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