Html Css Color HEX #42290C Bistre

📋 copy color: '#42290C'

red 66 ◦ green 41 ◦ blue 12

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

Shades of Bistre #42290C

Tints of Bistre #42290C

RGB

 RED value IS 66 (26.17% from 255) = 55.46%

 GREEN value IS 41 (16.41% from 255) = 34.45%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 55.46%
G = 34.45%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42290C (or 0x42290C) is known color: Bistre. HEX triplet: 42, 29 and 0C. RGB value is (66,41,12). Sum of RGB (Red+Green+Blue) = 66+41+12=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42290C is #BDD6F3. Grayscale: #2D2D2D. Windows color (decimal): -12441332 or 796994. OLE color: 796994.

HSL color Cylindrical-coordinate representation of color #42290C: hue angle of 32.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42290C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 12 -
CMYK 0 0.38 0.82 0.74
HSL 32.22º 0.69% 0.15% -
HSV(B) 32.22º 0.82% 0.26% -
XYZ 3.11 2.77 0.72 -
YUV 45.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 66 41 12 0 0.38 0.82 0.74 32.22 0.69 0.15
Hex 42 29 C 0 26 52 4A 20 45 F
Octal 102 51 14 0 46 122 112 40 105 17
Binary 1000010 101001 1100 0 100110 1010010 1001010 100000 1000101 1111

Color Harmonies of #42290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42290C

Black with #42290C

Text Example


Text Example

White with #42290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42290C; }

 p { color: rgb(66,41,12); }

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

background-color css

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

 a { background-color: rgb(66,41,12); }

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

border-color css

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

 span { border-color: rgb(66,41,12); }

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