Html Css Color HEX #422C0E Bistre

📋 copy color: '#422C0E'

red 66 ◦ green 44 ◦ blue 14

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

Shades of Bistre #422C0E

Tints of Bistre #422C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 53.23%
G = 35.48%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#422C0E (or 0x422C0E) is known color: Bistre. HEX triplet: 42, 2C and 0E. RGB value is (66,44,14). Sum of RGB (Red+Green+Blue) = 66+44+14=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C0E is #BDD3F1. Grayscale: #2F2F2F. Windows color (decimal): -12440562 or 928834. OLE color: 928834.

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

Color convert

RGB 66 44 14 -
CMYK 0 0.33 0.79 0.74
HSL 34.62º 0.65% 0.16% -
HSV(B) 34.62º 0.79% 0.26% -
XYZ 3.23 2.99 0.82 -
YUV 47.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 66 44 14 0 0.33 0.79 0.74 34.62 0.65 0.16
Hex 42 2C E 0 21 4F 4A 23 41 10
Octal 102 54 16 0 41 117 112 43 101 20
Binary 1000010 101100 1110 0 100001 1001111 1001010 100011 1000001 10000

Color Harmonies of #422C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C0E

Black with #422C0E

Text Example


Text Example

White with #422C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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