Html Css Color HEX #824842 Bole

📋 copy color: '#824842'

red 130 ◦ green 72 ◦ blue 66

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

Shades of Bole #824842

Tints of Bole #824842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 48.51%
G = 26.87%
B = 24.63%

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

#824842 (or 0x824842) is known color: Bole. HEX triplet: 82, 48 and 42. RGB value is (130,72,66). Sum of RGB (Red+Green+Blue) = 130+72+66=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824842 is #7DB7BD. Grayscale: #585858. Windows color (decimal): -8239038 or 4343938. OLE color: 4343938.

HSL color Cylindrical-coordinate representation of color #824842: hue angle of 5.62º 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 #824842 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 66 -
CMYK 0 0.45 0.49 0.49
HSL 5.63º 0.33% 0.38% -
HSV(B) 5.63º 0.49% 0.51% -
XYZ 12.51 9.77 6.38 -
YUV 88.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 130 72 66 0 0.45 0.49 0.49 5.63 0.33 0.38
Hex 82 48 42 0 2D 31 31 6 21 26
Octal 202 110 102 0 55 61 61 6 41 46
Binary 10000010 1001000 1000010 0 101101 110001 110001 110 100001 100110

Color Harmonies of #824842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824842

Black with #824842

Text Example


Text Example

White with #824842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824842; }

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

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

background-color css

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

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

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

border-color css

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

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

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