#41230A

Color #41230A Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #41230A

Tints of Bistre #41230A

Color information

#41230A (or 0x41230A) is unknown color: approx Bistre. HEX triplet: 41, 23 and 0A. RGB value is (65,35,10). Sum of RGB (Red+Green+Blue) = 65+35+10=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41230A is #BEDCF5. Grayscale: #292929. Windows color (decimal): -12508406 or 664385. OLE color: 664385.

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

Color convert

RGB653510-
CMYK00.460.850.75
HSL27.27º73.33%14.71%-
HSV(B)27.27º84.62%25.49%-
XYZ2.842.350.59-
YUV41.12110.44145.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=59.09%
G=31.82%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351000.460.850.7527.2773.3314.71
Hex4123A02E554B1b49f
Octal10143120561251133311117
Binary100000110001110100101110101010110010111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41230A;
 }
 .AnyTagClassName
 {
   color: #41230A;
 }
</style>
background-color css

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

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

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

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

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

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