Html Css Color HEX #412A12 Bistre

📋 copy color: '#412A12'

red 65 ◦ green 42 ◦ blue 18

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

Shades of Bistre #412A12

Tints of Bistre #412A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 52%
G = 33.6%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412A12 (or 0x412A12) is known color: Bistre. HEX triplet: 41, 2A and 12. RGB value is (65,42,18). Sum of RGB (Red+Green+Blue) = 65+42+18=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A12 is #BED5ED. Grayscale: #2E2E2E. Windows color (decimal): -12506606 or 1190465. OLE color: 1190465.

HSL color Cylindrical-coordinate representation of color #412A12: hue angle of 30.64º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412A12 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 42 18 -
CMYK 0 0.35 0.72 0.75
HSL 30.64º 0.57% 0.16% -
HSV(B) 30.64º 0.72% 0.25% -
XYZ 3.12 2.82 0.95 -
YUV 46.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 65 42 18 0 0.35 0.72 0.75 30.64 0.57 0.16
Hex 41 2A 12 0 23 48 4B 1F 39 10
Octal 101 52 22 0 43 110 113 37 71 20
Binary 1000001 101010 10010 0 100011 1001000 1001011 11111 111001 10000

Color Harmonies of #412A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A12

Black with #412A12

Text Example


Text Example

White with #412A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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