Html Css Color HEX #422812 Bistre

📋 copy color: '#422812'

red 66 ◦ green 40 ◦ blue 18

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

Shades of Bistre #422812

Tints of Bistre #422812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.26%

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

R = 53.23%
G = 32.26%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422812 (or 0x422812) is known color: Bistre. HEX triplet: 42, 28 and 12. RGB value is (66,40,18). Sum of RGB (Red+Green+Blue) = 66+40+18=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422812 is #BDD7ED. Grayscale: #2D2D2D. Windows color (decimal): -12441582 or 1189954. OLE color: 1189954.

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

Color convert

RGB 66 40 18 -
CMYK 0 0.39 0.73 0.74
HSL 27.5º 0.57% 0.16% -
HSV(B) 27.5º 0.73% 0.26% -
XYZ 3.11 2.72 0.93 -
YUV 45.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 66 40 18 0 0.39 0.73 0.74 27.5 0.57 0.16
Hex 42 28 12 0 27 49 4A 1C 39 10
Octal 102 50 22 0 47 111 112 34 71 20
Binary 1000010 101000 10010 0 100111 1001001 1001010 11100 111001 10000

Color Harmonies of #422812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422812

Black with #422812

Text Example


Text Example

White with #422812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422812; }

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

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

background-color css

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

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

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

border-color css

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

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

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