Html Css Color HEX #42270F Bistre

📋 copy color: '#42270F'

red 66 ◦ green 39 ◦ blue 15

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

Shades of Bistre #42270F

Tints of Bistre #42270F

RGB

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

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

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

R = 55%
G = 32.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42270F (or 0x42270F) is known color: Bistre. HEX triplet: 42, 27 and 0F. RGB value is (66,39,15). Sum of RGB (Red+Green+Blue) = 66+39+15=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42270F is #BDD8F0. Grayscale: #2C2C2C. Windows color (decimal): -12441841 or 993090. OLE color: 993090.

HSL color Cylindrical-coordinate representation of color #42270F: hue angle of 28.24º 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 #42270F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 15 -
CMYK 0 0.41 0.77 0.74
HSL 28.24º 0.63% 0.16% -
HSV(B) 28.24º 0.77% 0.26% -
XYZ 3.06 2.64 0.8 -
YUV 44.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 66 39 15 0 0.41 0.77 0.74 28.24 0.63 0.16
Hex 42 27 F 0 29 4D 4A 1C 3F 10
Octal 102 47 17 0 51 115 112 34 77 20
Binary 1000010 100111 1111 0 101001 1001101 1001010 11100 111111 10000

Color Harmonies of #42270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42270F

Black with #42270F

Text Example


Text Example

White with #42270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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