Html Css Color HEX #422813 Bistre

📋 copy color: '#422813'

red 66 ◦ green 40 ◦ blue 19

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

Shades of Bistre #422813

Tints of Bistre #422813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32%

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 52.8%
G = 32%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422813 (or 0x422813) is known color: Bistre. HEX triplet: 42, 28 and 13. RGB value is (66,40,19). Sum of RGB (Red+Green+Blue) = 66+40+19=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422813 is #BDD7EC. Grayscale: #2D2D2D. Windows color (decimal): -12441581 or 1255490. OLE color: 1255490.

HSL color Cylindrical-coordinate representation of color #422813: hue angle of 26.81º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422813 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 19 -
CMYK 0 0.39 0.71 0.74
HSL 26.81º 0.55% 0.17% -
HSV(B) 26.81º 0.71% 0.26% -
XYZ 3.12 2.72 0.98 -
YUV 45.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 66 40 19 0 0.39 0.71 0.74 26.81 0.55 0.17
Hex 42 28 13 0 27 47 4A 1B 37 11
Octal 102 50 23 0 47 107 112 33 67 21
Binary 1000010 101000 10011 0 100111 1000111 1001010 11011 110111 10001

Color Harmonies of #422813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422813

Black with #422813

Text Example


Text Example

White with #422813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422813; }

 p { color: rgb(66,40,19); }

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

background-color css

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

 a { background-color: rgb(66,40,19); }

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

border-color css

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

 span { border-color: rgb(66,40,19); }

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