Html Css Color HEX #824841 Bole

📋 copy color: '#824841'

red 130 ◦ green 72 ◦ blue 65

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

Shades of Bole #824841

Tints of Bole #824841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 48.69%
G = 26.97%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#824841 (or 0x824841) is known color: Bole. HEX triplet: 82, 48 and 41. RGB value is (130,72,65). Sum of RGB (Red+Green+Blue) = 130+72+65=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824841 is #7DB7BE. Grayscale: #585858. Windows color (decimal): -8239039 or 4278402. OLE color: 4278402.

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

Color convert

RGB 130 72 65 -
CMYK 0 0.45 0.50 0.49
HSL 6.46º 0.33% 0.38% -
HSV(B) 6.46º 0.5% 0.51% -
XYZ 12.48 9.76 6.23 -
YUV 88.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 130 72 65 0 0.45 0.50 0.49 6.46 0.33 0.38
Hex 82 48 41 0 2D 32 31 6 21 26
Octal 202 110 101 0 55 62 61 6 41 46
Binary 10000010 1001000 1000001 0 101101 110010 110001 110 100001 100110

Color Harmonies of #824841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824841

Black with #824841

Text Example


Text Example

White with #824841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824841; }

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

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

background-color css

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

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

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

border-color css

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

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

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