Html Css Color HEX #41231E Brown Pod

📋 copy color: '#41231E'

red 65 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #41231E

Tints of Brown Pod #41231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 50%
G = 26.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41231E (or 0x41231E) is known color: Brown Pod. HEX triplet: 41, 23 and 1E. RGB value is (65,35,30). Sum of RGB (Red+Green+Blue) = 65+35+30=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231E is #BEDCE1. Grayscale: #2B2B2B. Windows color (decimal): -12508386 or 1975105. OLE color: 1975105.

HSL color Cylindrical-coordinate representation of color #41231E: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41231E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 30 -
CMYK 0 0.46 0.54 0.75
HSL 8.57º 0.37% 0.19% -
HSV(B) 8.57º 0.54% 0.25% -
XYZ 3.02 2.42 1.54 -
YUV 43.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 65 35 30 0 0.46 0.54 0.75 8.57 0.37 0.19
Hex 41 23 1E 0 2E 36 4B 9 25 13
Octal 101 43 36 0 56 66 113 11 45 23
Binary 1000001 100011 11110 0 101110 110110 1001011 1001 100101 10011

Color Harmonies of #41231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41231E

Black with #41231E

Text Example


Text Example

White with #41231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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