Html Css Color HEX #422A0F Bistre

📋 copy color: '#422A0F'

red 66 ◦ green 42 ◦ blue 15

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

Shades of Bistre #422A0F

Tints of Bistre #422A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.15%

 BLUE value IS 15 (6.25% from 255) = 12.2%

R = 53.66%
G = 34.15%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#422A0F (or 0x422A0F) is known color: Bistre. HEX triplet: 42, 2A and 0F. RGB value is (66,42,15). Sum of RGB (Red+Green+Blue) = 66+42+15=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A0F is #BDD5F0. Grayscale: #2E2E2E. Windows color (decimal): -12441073 or 993858. OLE color: 993858.

HSL color Cylindrical-coordinate representation of color #422A0F: hue angle of 31.76º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422A0F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 15 -
CMYK 0 0.36 0.77 0.74
HSL 31.76º 0.63% 0.16% -
HSV(B) 31.76º 0.77% 0.26% -
XYZ 3.16 2.85 0.84 -
YUV 46.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 66 42 15 0 0.36 0.77 0.74 31.76 0.63 0.16
Hex 42 2A F 0 24 4D 4A 20 3F 10
Octal 102 52 17 0 44 115 112 40 77 20
Binary 1000010 101010 1111 0 100100 1001101 1001010 100000 111111 10000

Color Harmonies of #422A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A0F

Black with #422A0F

Text Example


Text Example

White with #422A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,15); }

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

background-color css

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

 a { background-color: rgb(66,42,15); }

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

border-color css

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

 span { border-color: rgb(66,42,15); }

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