Html Css Color HEX #422C10 Bistre

📋 copy color: '#422C10'

red 66 ◦ green 44 ◦ blue 16

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

Shades of Bistre #422C10

Tints of Bistre #422C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.92%

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 52.38%
G = 34.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422C10 (or 0x422C10) is known color: Bistre. HEX triplet: 42, 2C and 10. RGB value is (66,44,16). Sum of RGB (Red+Green+Blue) = 66+44+16=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C10 is #BDD3EF. Grayscale: #2F2F2F. Windows color (decimal): -12440560 or 1059906. OLE color: 1059906.

HSL color Cylindrical-coordinate representation of color #422C10: hue angle of 33.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422C10 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 16 -
CMYK 0 0.33 0.76 0.74
HSL 33.6º 0.61% 0.16% -
HSV(B) 33.6º 0.76% 0.26% -
XYZ 3.24 3 0.9 -
YUV 47.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 66 44 16 0 0.33 0.76 0.74 33.6 0.61 0.16
Hex 42 2C 10 0 21 4C 4A 22 3D 10
Octal 102 54 20 0 41 114 112 42 75 20
Binary 1000010 101100 10000 0 100001 1001100 1001010 100010 111101 10000

Color Harmonies of #422C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C10

Black with #422C10

Text Example


Text Example

White with #422C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C10; }

 p { color: rgb(66,44,16); }

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

background-color css

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

 a { background-color: rgb(66,44,16); }

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

border-color css

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

 span { border-color: rgb(66,44,16); }

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