Html Css Color HEX #824742 Bole

📋 copy color: '#824742'

red 130 ◦ green 71 ◦ blue 66

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

Shades of Bole #824742

Tints of Bole #824742

RGB

 RED value IS 130 (51.17% from 255) = 48.69%

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 48.69%
G = 26.59%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824742 (or 0x824742) is known color: Bole. HEX triplet: 82, 47 and 42. RGB value is (130,71,66). Sum of RGB (Red+Green+Blue) = 130+71+66=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824742 is #7DB8BD. Grayscale: #585858. Windows color (decimal): -8239294 or 4343682. OLE color: 4343682.

HSL color Cylindrical-coordinate representation of color #824742: hue angle of 4.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824742 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 66 -
CMYK 0 0.45 0.49 0.49
HSL 4.69º 0.33% 0.38% -
HSV(B) 4.69º 0.49% 0.51% -
XYZ 12.44 9.65 6.36 -
YUV 88.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 130 71 66 0 0.45 0.49 0.49 4.69 0.33 0.38
Hex 82 47 42 0 2D 31 31 5 21 26
Octal 202 107 102 0 55 61 61 5 41 46
Binary 10000010 1000111 1000010 0 101101 110001 110001 101 100001 100110

Color Harmonies of #824742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824742

Black with #824742

Text Example


Text Example

White with #824742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824742; }

 p { color: rgb(130,71,66); }

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

background-color css

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

 a { background-color: rgb(130,71,66); }

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

border-color css

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

 span { border-color: rgb(130,71,66); }

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