Html Css Color HEX #826450 Roman Coffee

📋 copy color: '#826450'

red 130 ◦ green 100 ◦ blue 80

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

Shades of Roman Coffee #826450

Tints of Roman Coffee #826450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 41.94%
G = 32.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#826450 (or 0x826450) is known color: Roman Coffee. HEX triplet: 82, 64 and 50. RGB value is (130,100,80). Sum of RGB (Red+Green+Blue) = 130+100+80=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #826450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826450 is #7D9BAF. Grayscale: #6A6A6A. Windows color (decimal): -8231856 or 5268610. OLE color: 5268610.

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

Color convert

RGB 130 100 80 -
CMYK 0 0.23 0.38 0.49
HSL 24º 0.24% 0.41% -
HSV(B) 24º 0.38% 0.51% -
XYZ 15.21 14.44 9.57 -
YUV 106.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 130 100 80 0 0.23 0.38 0.49 24 0.24 0.41
Hex 82 64 50 0 17 26 31 18 18 29
Octal 202 144 120 0 27 46 61 30 30 51
Binary 10000010 1100100 1010000 0 10111 100110 110001 11000 11000 101001

Color Harmonies of #826450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826450

Black with #826450

Text Example


Text Example

White with #826450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826450; }

 p { color: rgb(130,100,80); }

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

background-color css

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

 a { background-color: rgb(130,100,80); }

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

border-color css

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

 span { border-color: rgb(130,100,80); }

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