Html Css Color HEX #422304 Bistre

📋 copy color: '#422304'

red 66 ◦ green 35 ◦ blue 4

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

Shades of Bistre #422304

Tints of Bistre #422304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 3.81%

R = 62.86%
G = 33.33%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#422304 (or 0x422304) is known color: Bistre. HEX triplet: 42, 23 and 04. RGB value is (66,35,4). Sum of RGB (Red+Green+Blue) = 66+35+4=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422304 is #BDDCFB. Grayscale: #282828. Windows color (decimal): -12442876 or 271170. OLE color: 271170.

HSL color Cylindrical-coordinate representation of color #422304: hue angle of 30º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #422304 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 4 -
CMYK 0 0.47 0.94 0.74
HSL 30º 0.89% 0.14% -
HSV(B) 30º 0.94% 0.26% -
XYZ 2.87 2.37 0.42 -
YUV 40.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 66 35 4 0 0.47 0.94 0.74 30 0.89 0.14
Hex 42 23 4 0 2F 5E 4A 1E 59 E
Octal 102 43 4 0 57 136 112 36 131 16
Binary 1000010 100011 100 0 101111 1011110 1001010 11110 1011001 1110

Color Harmonies of #422304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422304

Black with #422304

Text Example


Text Example

White with #422304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422304; }

 p { color: rgb(66,35,4); }

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

background-color css

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

 a { background-color: rgb(66,35,4); }

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

border-color css

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

 span { border-color: rgb(66,35,4); }

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