Html Css Color HEX #422C18 Bistre

📋 copy color: '#422C18'

red 66 ◦ green 44 ◦ blue 24

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

Shades of Bistre #422C18

Tints of Bistre #422C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 49.25%
G = 32.84%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422C18 (or 0x422C18) is known color: Bistre. HEX triplet: 42, 2C and 18. RGB value is (66,44,24). Sum of RGB (Red+Green+Blue) = 66+44+24=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C18 is #BDD3E7. Grayscale: #303030. Windows color (decimal): -12440552 or 1584194. OLE color: 1584194.

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

Color convert

RGB 66 44 24 -
CMYK 0 0.33 0.64 0.74
HSL 28.57º 0.47% 0.18% -
HSV(B) 28.57º 0.64% 0.26% -
XYZ 3.31 3.03 1.27 -
YUV 48.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 66 44 24 0 0.33 0.64 0.74 28.57 0.47 0.18
Hex 42 2C 18 0 21 40 4A 1D 2F 12
Octal 102 54 30 0 41 100 112 35 57 22
Binary 1000010 101100 11000 0 100001 1000000 1001010 11101 101111 10010

Color Harmonies of #422C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C18

Black with #422C18

Text Example


Text Example

White with #422C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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