Html Css Color HEX #422712 Bistre

📋 copy color: '#422712'

red 66 ◦ green 39 ◦ blue 18

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

Shades of Bistre #422712

Tints of Bistre #422712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.71%

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

R = 53.66%
G = 31.71%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422712 (or 0x422712) is known color: Bistre. HEX triplet: 42, 27 and 12. RGB value is (66,39,18). Sum of RGB (Red+Green+Blue) = 66+39+18=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422712 is #BDD8ED. Grayscale: #2C2C2C. Windows color (decimal): -12441838 or 1189698. OLE color: 1189698.

HSL color Cylindrical-coordinate representation of color #422712: hue angle of 26.25º 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 #422712 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 18 -
CMYK 0 0.41 0.73 0.74
HSL 26.25º 0.57% 0.16% -
HSV(B) 26.25º 0.73% 0.26% -
XYZ 3.08 2.65 0.92 -
YUV 44.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 66 39 18 0 0.41 0.73 0.74 26.25 0.57 0.16
Hex 42 27 12 0 29 49 4A 1A 39 10
Octal 102 47 22 0 51 111 112 32 71 20
Binary 1000010 100111 10010 0 101001 1001001 1001010 11010 111001 10000

Color Harmonies of #422712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422712

Black with #422712

Text Example


Text Example

White with #422712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422712; }

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

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

background-color css

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

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

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

border-color css

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

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

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