Html Css Color HEX #422715 Bistre

📋 copy color: '#422715'

red 66 ◦ green 39 ◦ blue 21

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

Shades of Bistre #422715

Tints of Bistre #422715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.95%

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 52.38%
G = 30.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#422715 (or 0x422715) is known color: Bistre. HEX triplet: 42, 27 and 15. RGB value is (66,39,21). Sum of RGB (Red+Green+Blue) = 66+39+21=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422715 is #BDD8EA. Grayscale: #2D2D2D. Windows color (decimal): -12441835 or 1386306. OLE color: 1386306.

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

Color convert

RGB 66 39 21 -
CMYK 0 0.41 0.68 0.74
HSL 24º 0.52% 0.17% -
HSV(B) 24º 0.68% 0.26% -
XYZ 3.11 2.66 1.06 -
YUV 45.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 66 39 21 0 0.41 0.68 0.74 24 0.52 0.17
Hex 42 27 15 0 29 44 4A 18 34 11
Octal 102 47 25 0 51 104 112 30 64 21
Binary 1000010 100111 10101 0 101001 1000100 1001010 11000 110100 10001

Color Harmonies of #422715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422715

Black with #422715

Text Example


Text Example

White with #422715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422715; }

 p { color: rgb(66,39,21); }

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

background-color css

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

 a { background-color: rgb(66,39,21); }

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

border-color css

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

 span { border-color: rgb(66,39,21); }

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