Html Css Color HEX #826750 Roman Coffee

📋 copy color: '#826750'

red 130 ◦ green 103 ◦ blue 80

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

Shades of Roman Coffee #826750

Tints of Roman Coffee #826750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 41.53%
G = 32.91%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#826750 (or 0x826750) is known color: Roman Coffee. HEX triplet: 82, 67 and 50. RGB value is (130,103,80). Sum of RGB (Red+Green+Blue) = 130+103+80=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #826750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826750 is #7D98AF. Grayscale: #6C6C6C. Windows color (decimal): -8231088 or 5269378. OLE color: 5269378.

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

Color convert

RGB 130 103 80 -
CMYK 0 0.21 0.38 0.49
HSL 27.6º 0.24% 0.41% -
HSV(B) 27.6º 0.38% 0.51% -
XYZ 15.5 15.03 9.67 -
YUV 108.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 130 103 80 0 0.21 0.38 0.49 27.6 0.24 0.41
Hex 82 67 50 0 15 26 31 1C 18 29
Octal 202 147 120 0 25 46 61 34 30 51
Binary 10000010 1100111 1010000 0 10101 100110 110001 11100 11000 101001

Color Harmonies of #826750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826750

Black with #826750

Text Example


Text Example

White with #826750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826750; }

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

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

background-color css

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

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

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

border-color css

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

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

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