Html Css Color HEX #412F22 Bistre

📋 copy color: '#412F22'

red 65 ◦ green 47 ◦ blue 34

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

Shades of Bistre #412F22

Tints of Bistre #412F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 44.52%
G = 32.19%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412F22 (or 0x412F22) is known color: Bistre. HEX triplet: 41, 2F and 22. RGB value is (65,47,34). Sum of RGB (Red+Green+Blue) = 65+47+34=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #412F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F22 is #BED0DD. Grayscale: #323232. Windows color (decimal): -12505310 or 2240321. OLE color: 2240321.

HSL color Cylindrical-coordinate representation of color #412F22: hue angle of 25.16º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412F22 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 34 -
CMYK 0 0.28 0.48 0.75
HSL 25.16º 0.31% 0.19% -
HSV(B) 25.16º 0.48% 0.25% -
XYZ 3.49 3.27 1.96 -
YUV 50.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 65 47 34 0 0.28 0.48 0.75 25.16 0.31 0.19
Hex 41 2F 22 0 1C 30 4B 19 1F 13
Octal 101 57 42 0 34 60 113 31 37 23
Binary 1000001 101111 100010 0 11100 110000 1001011 11001 11111 10011

Color Harmonies of #412F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F22

Black with #412F22

Text Example


Text Example

White with #412F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,34); }

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

background-color css

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

 a { background-color: rgb(65,47,34); }

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

border-color css

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

 span { border-color: rgb(65,47,34); }

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