Html Css Color HEX #412B0B Bistre

📋 copy color: '#412B0B'

red 65 ◦ green 43 ◦ blue 11

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

Shades of Bistre #412B0B

Tints of Bistre #412B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.24%

R = 54.62%
G = 36.13%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#412B0B (or 0x412B0B) is known color: Bistre. HEX triplet: 41, 2B and 0B. RGB value is (65,43,11). Sum of RGB (Red+Green+Blue) = 65+43+11=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B0B is #BED4F4. Grayscale: #2E2E2E. Windows color (decimal): -12506357 or 731969. OLE color: 731969.

HSL color Cylindrical-coordinate representation of color #412B0B: hue angle of 35.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #412B0B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 43 11 -
CMYK 0 0.34 0.83 0.75
HSL 35.56º 0.71% 0.15% -
HSV(B) 35.56º 0.83% 0.25% -
XYZ 3.1 2.88 0.71 -
YUV 45.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 65 43 11 0 0.34 0.83 0.75 35.56 0.71 0.15
Hex 41 2B B 0 22 53 4B 24 47 F
Octal 101 53 13 0 42 123 113 44 107 17
Binary 1000001 101011 1011 0 100010 1010011 1001011 100100 1000111 1111

Color Harmonies of #412B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B0B

Black with #412B0B

Text Example


Text Example

White with #412B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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