Html Css Color HEX #412A0F Bistre

📋 copy color: '#412A0F'

red 65 ◦ green 42 ◦ blue 15

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

Shades of Bistre #412A0F

Tints of Bistre #412A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

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

R = 53.28%
G = 34.43%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#412A0F (or 0x412A0F) is known color: Bistre. HEX triplet: 41, 2A and 0F. RGB value is (65,42,15). Sum of RGB (Red+Green+Blue) = 65+42+15=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A0F is #BED5F0. Grayscale: #2D2D2D. Windows color (decimal): -12506609 or 993857. OLE color: 993857.

HSL color Cylindrical-coordinate representation of color #412A0F: hue angle of 32.4º 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 #412A0F is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 42 15 -
CMYK 0 0.35 0.77 0.75
HSL 32.4º 0.63% 0.16% -
HSV(B) 32.4º 0.77% 0.25% -
XYZ 3.09 2.81 0.83 -
YUV 45.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 65 42 15 0 0.35 0.77 0.75 32.4 0.63 0.16
Hex 41 2A F 0 23 4D 4B 20 3E 10
Octal 101 52 17 0 43 115 113 40 76 20
Binary 1000001 101010 1111 0 100011 1001101 1001011 100000 111110 10000

Color Harmonies of #412A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A0F

Black with #412A0F

Text Example


Text Example

White with #412A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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