Html Css Color HEX #422D1D Bistre

📋 copy color: '#422D1D'

red 66 ◦ green 45 ◦ blue 29

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

Shades of Bistre #422D1D

Tints of Bistre #422D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 47.14%
G = 32.14%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#422D1D (or 0x422D1D) is known color: Bistre. HEX triplet: 42, 2D and 1D. RGB value is (66,45,29). Sum of RGB (Red+Green+Blue) = 66+45+29=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D1D is #BDD2E2. Grayscale: #313131. Windows color (decimal): -12440291 or 1912130. OLE color: 1912130.

HSL color Cylindrical-coordinate representation of color #422D1D: hue angle of 25.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422D1D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 29 -
CMYK 0 0.32 0.56 0.74
HSL 25.95º 0.39% 0.19% -
HSV(B) 25.95º 0.56% 0.26% -
XYZ 3.41 3.12 1.59 -
YUV 49.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 66 45 29 0 0.32 0.56 0.74 25.95 0.39 0.19
Hex 42 2D 1D 0 20 38 4A 1A 27 13
Octal 102 55 35 0 40 70 112 32 47 23
Binary 1000010 101101 11101 0 100000 111000 1001010 11010 100111 10011

Color Harmonies of #422D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D1D

Black with #422D1D

Text Example


Text Example

White with #422D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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