Html Css Color HEX #422C12 Bistre

📋 copy color: '#422C12'

red 66 ◦ green 44 ◦ blue 18

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

Shades of Bistre #422C12

Tints of Bistre #422C12

RGB

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

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

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

R = 51.56%
G = 34.38%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422C12 (or 0x422C12) is known color: Bistre. HEX triplet: 42, 2C and 12. RGB value is (66,44,18). Sum of RGB (Red+Green+Blue) = 66+44+18=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C12 is #BDD3ED. Grayscale: #2F2F2F. Windows color (decimal): -12440558 or 1190978. OLE color: 1190978.

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

Color convert

RGB 66 44 18 -
CMYK 0 0.33 0.73 0.74
HSL 32.5º 0.57% 0.16% -
HSV(B) 32.5º 0.73% 0.26% -
XYZ 3.26 3 0.98 -
YUV 47.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 66 44 18 0 0.33 0.73 0.74 32.5 0.57 0.16
Hex 42 2C 12 0 21 49 4A 20 39 10
Octal 102 54 22 0 41 111 112 40 71 20
Binary 1000010 101100 10010 0 100001 1001001 1001010 100000 111001 10000

Color Harmonies of #422C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C12

Black with #422C12

Text Example


Text Example

White with #422C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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