Html Css Color HEX #41230F Brown Pod

📋 copy color: '#41230F'

red 65 ◦ green 35 ◦ blue 15

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

Shades of Brown Pod #41230F

Tints of Brown Pod #41230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 56.52%
G = 30.43%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41230F (or 0x41230F) is known color: Brown Pod. HEX triplet: 41, 23 and 0F. RGB value is (65,35,15). Sum of RGB (Red+Green+Blue) = 65+35+15=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230F is #BEDCF0. Grayscale: #292929. Windows color (decimal): -12508401 or 992065. OLE color: 992065.

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

Color convert

RGB 65 35 15 -
CMYK 0 0.46 0.77 0.75
HSL 24º 0.63% 0.16% -
HSV(B) 24º 0.77% 0.25% -
XYZ 2.87 2.36 0.76 -
YUV 41.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 65 35 15 0 0.46 0.77 0.75 24 0.63 0.16
Hex 41 23 F 0 2E 4D 4B 18 3E 10
Octal 101 43 17 0 56 115 113 30 76 20
Binary 1000001 100011 1111 0 101110 1001101 1001011 11000 111110 10000

Color Harmonies of #41230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41230F

Black with #41230F

Text Example


Text Example

White with #41230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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