Html Css Color HEX #846450 Roman Coffee

📋 copy color: '#846450'

red 132 ◦ green 100 ◦ blue 80

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

Shades of Roman Coffee #846450

Tints of Roman Coffee #846450

RGB

 RED value IS 132 (51.95% from 255) = 42.31%

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

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

R = 42.31%
G = 32.05%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#846450 (or 0x846450) is known color: Roman Coffee. HEX triplet: 84, 64 and 50. RGB value is (132,100,80). Sum of RGB (Red+Green+Blue) = 132+100+80=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #846450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846450 is #7B9BAF. Grayscale: #6B6B6B. Windows color (decimal): -8100784 or 5268612. OLE color: 5268612.

HSL color Cylindrical-coordinate representation of color #846450: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846450 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 80 -
CMYK 0 0.24 0.39 0.48
HSL 23.08º 0.25% 0.42% -
HSV(B) 23.08º 0.39% 0.52% -
XYZ 15.52 14.6 9.59 -
YUV 107.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 132 100 80 0 0.24 0.39 0.48 23.08 0.25 0.42
Hex 84 64 50 0 18 27 30 17 19 2A
Octal 204 144 120 0 30 47 60 27 31 52
Binary 10000100 1100100 1010000 0 11000 100111 110000 10111 11001 101010

Color Harmonies of #846450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846450

Black with #846450

Text Example


Text Example

White with #846450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846450; }

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

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

background-color css

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

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

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

border-color css

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

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

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