Html Css Color HEX #412311 Brown Pod

📋 copy color: '#412311'

red 65 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #412311

Tints of Brown Pod #412311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 55.56%
G = 29.91%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412311 (or 0x412311) is known color: Brown Pod. HEX triplet: 41, 23 and 11. RGB value is (65,35,17). Sum of RGB (Red+Green+Blue) = 65+35+17=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412311 is #BEDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12508399 or 1123137. OLE color: 1123137.

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

Color convert

RGB 65 35 17 -
CMYK 0 0.46 0.74 0.75
HSL 22.5º 0.59% 0.16% -
HSV(B) 22.5º 0.74% 0.25% -
XYZ 2.88 2.37 0.84 -
YUV 41.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 65 35 17 0 0.46 0.74 0.75 22.5 0.59 0.16
Hex 41 23 11 0 2E 4A 4B 16 3B 10
Octal 101 43 21 0 56 112 113 26 73 20
Binary 1000001 100011 10001 0 101110 1001010 1001011 10110 111011 10000

Color Harmonies of #412311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412311

Black with #412311

Text Example


Text Example

White with #412311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412311; }

 p { color: rgb(65,35,17); }

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

background-color css

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

 a { background-color: rgb(65,35,17); }

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

border-color css

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

 span { border-color: rgb(65,35,17); }

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