Html Css Color HEX #41230E Brown Pod

📋 copy color: '#41230E'

red 65 ◦ green 35 ◦ blue 14

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

Shades of Brown Pod #41230E

Tints of Brown Pod #41230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 57.02%
G = 30.7%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41230E (or 0x41230E) is known color: Brown Pod. HEX triplet: 41, 23 and 0E. RGB value is (65,35,14). Sum of RGB (Red+Green+Blue) = 65+35+14=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230E is #BEDCF1. Grayscale: #292929. Windows color (decimal): -12508402 or 926529. OLE color: 926529.

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

Color convert

RGB 65 35 14 -
CMYK 0 0.46 0.78 0.75
HSL 24.71º 0.65% 0.15% -
HSV(B) 24.71º 0.78% 0.25% -
XYZ 2.86 2.36 0.72 -
YUV 41.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 65 35 14 0 0.46 0.78 0.75 24.71 0.65 0.15
Hex 41 23 E 0 2E 4E 4B 19 41 F
Octal 101 43 16 0 56 116 113 31 101 17
Binary 1000001 100011 1110 0 101110 1001110 1001011 11001 1000001 1111

Color Harmonies of #41230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41230E

Black with #41230E

Text Example


Text Example

White with #41230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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