Html Css Color HEX #422C13 Bistre

📋 copy color: '#422C13'

red 66 ◦ green 44 ◦ blue 19

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

Shades of Bistre #422C13

Tints of Bistre #422C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 51.16%
G = 34.11%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422C13 (or 0x422C13) is known color: Bistre. HEX triplet: 42, 2C and 13. RGB value is (66,44,19). Sum of RGB (Red+Green+Blue) = 66+44+19=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #422C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C13 is #BDD3EC. Grayscale: #2F2F2F. Windows color (decimal): -12440557 or 1256514. OLE color: 1256514.

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

Color convert

RGB 66 44 19 -
CMYK 0 0.33 0.71 0.74
HSL 31.91º 0.55% 0.17% -
HSV(B) 31.91º 0.71% 0.26% -
XYZ 3.26 3.01 1.02 -
YUV 47.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 66 44 19 0 0.33 0.71 0.74 31.91 0.55 0.17
Hex 42 2C 13 0 21 47 4A 20 37 11
Octal 102 54 23 0 41 107 112 40 67 21
Binary 1000010 101100 10011 0 100001 1000111 1001010 100000 110111 10001

Color Harmonies of #422C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C13

Black with #422C13

Text Example


Text Example

White with #422C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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