Html Css Color HEX #412508 Bistre

📋 copy color: '#412508'

red 65 ◦ green 37 ◦ blue 8

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

Shades of Bistre #412508

Tints of Bistre #412508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 59.09%
G = 33.64%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#412508 (or 0x412508) is known color: Bistre. HEX triplet: 41, 25 and 08. RGB value is (65,37,8). Sum of RGB (Red+Green+Blue) = 65+37+8=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412508 is #BEDAF7. Grayscale: #2A2A2A. Windows color (decimal): -12507896 or 533825. OLE color: 533825.

HSL color Cylindrical-coordinate representation of color #412508: hue angle of 30.53º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412508 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 8 -
CMYK 0 0.43 0.88 0.75
HSL 30.53º 0.78% 0.14% -
HSV(B) 30.53º 0.88% 0.25% -
XYZ 2.89 2.46 0.55 -
YUV 42.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 65 37 8 0 0.43 0.88 0.75 30.53 0.78 0.14
Hex 41 25 8 0 2B 58 4B 1F 4E E
Octal 101 45 10 0 53 130 113 37 116 16
Binary 1000001 100101 1000 0 101011 1011000 1001011 11111 1001110 1110

Color Harmonies of #412508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412508

Black with #412508

Text Example


Text Example

White with #412508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412508; }

 p { color: rgb(65,37,8); }

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

background-color css

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

 a { background-color: rgb(65,37,8); }

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

border-color css

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

 span { border-color: rgb(65,37,8); }

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