Html Css Color HEX #412B0F Bistre

📋 copy color: '#412B0F'

red 65 ◦ green 43 ◦ blue 15

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

Shades of Bistre #412B0F

Tints of Bistre #412B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

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

R = 52.85%
G = 34.96%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#412B0F (or 0x412B0F) is known color: Bistre. HEX triplet: 41, 2B and 0F. RGB value is (65,43,15). Sum of RGB (Red+Green+Blue) = 65+43+15=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B0F is #BED4F0. Grayscale: #2E2E2E. Windows color (decimal): -12506353 or 994113. OLE color: 994113.

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

Color convert

RGB 65 43 15 -
CMYK 0 0.34 0.77 0.75
HSL 33.6º 0.63% 0.16% -
HSV(B) 33.6º 0.77% 0.25% -
XYZ 3.13 2.89 0.84 -
YUV 46.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 65 43 15 0 0.34 0.77 0.75 33.6 0.63 0.16
Hex 41 2B F 0 22 4D 4B 22 3E 10
Octal 101 53 17 0 42 115 113 42 76 20
Binary 1000001 101011 1111 0 100010 1001101 1001011 100010 111110 10000

Color Harmonies of #412B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B0F

Black with #412B0F

Text Example


Text Example

White with #412B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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