Html Css Color HEX #422B18 Bistre

📋 copy color: '#422B18'

red 66 ◦ green 43 ◦ blue 24

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

Shades of Bistre #422B18

Tints of Bistre #422B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.33%

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

R = 49.62%
G = 32.33%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422B18 (or 0x422B18) is known color: Bistre. HEX triplet: 42, 2B and 18. RGB value is (66,43,24). Sum of RGB (Red+Green+Blue) = 66+43+24=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B18 is #BDD4E7. Grayscale: #2F2F2F. Windows color (decimal): -12440808 or 1583938. OLE color: 1583938.

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

Color convert

RGB 66 43 24 -
CMYK 0 0.35 0.64 0.74
HSL 27.14º 0.47% 0.18% -
HSV(B) 27.14º 0.64% 0.26% -
XYZ 3.28 2.95 1.26 -
YUV 47.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 66 43 24 0 0.35 0.64 0.74 27.14 0.47 0.18
Hex 42 2B 18 0 23 40 4A 1B 2F 12
Octal 102 53 30 0 43 100 112 33 57 22
Binary 1000010 101011 11000 0 100011 1000000 1001010 11011 101111 10010

Color Harmonies of #422B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B18

Black with #422B18

Text Example


Text Example

White with #422B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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