Html Css Color HEX #422D18 Bistre

📋 copy color: '#422D18'

red 66 ◦ green 45 ◦ blue 24

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

Shades of Bistre #422D18

Tints of Bistre #422D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.33%

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

R = 48.89%
G = 33.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422D18 (or 0x422D18) is known color: Bistre. HEX triplet: 42, 2D and 18. RGB value is (66,45,24). Sum of RGB (Red+Green+Blue) = 66+45+24=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D18 is #BDD2E7. Grayscale: #303030. Windows color (decimal): -12440296 or 1584450. OLE color: 1584450.

HSL color Cylindrical-coordinate representation of color #422D18: hue angle of 30º 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 #422D18 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 24 -
CMYK 0 0.32 0.64 0.74
HSL 30º 0.47% 0.18% -
HSV(B) 30º 0.64% 0.26% -
XYZ 3.35 3.1 1.29 -
YUV 48.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 66 45 24 0 0.32 0.64 0.74 30 0.47 0.18
Hex 42 2D 18 0 20 40 4A 1E 2F 12
Octal 102 55 30 0 40 100 112 36 57 22
Binary 1000010 101101 11000 0 100000 1000000 1001010 11110 101111 10010

Color Harmonies of #422D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D18

Black with #422D18

Text Example


Text Example

White with #422D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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