Html Css Color HEX #85831C Trendy Green

📋 copy color: '#85831C'

red 133 ◦ green 131 ◦ blue 28

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

Shades of Trendy Green #85831C

Tints of Trendy Green #85831C

RGB

 RED value IS 133 (52.34% from 255) = 45.55%

 GREEN value IS 131 (51.56% from 255) = 44.86%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 45.55%
G = 44.86%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85831C (or 0x85831C) is known color: Trendy Green. HEX triplet: 85, 83 and 1C. RGB value is (133,131,28). Sum of RGB (Red+Green+Blue) = 133+131+28=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85831C is #7A7CE3. Grayscale: #787878. Windows color (decimal): -8027364 or 1868677. OLE color: 1868677.

HSL color Cylindrical-coordinate representation of color #85831C: hue angle of 58.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85831C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 28 -
CMYK 0 0.02 0.79 0.48
HSL 58.86º 0.65% 0.32% -
HSV(B) 58.86º 0.79% 0.52% -
XYZ 18 21.3 4.26 -
YUV 119.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 133 131 28 0 0.02 0.79 0.48 58.86 0.65 0.32
Hex 85 83 1C 0 2 4F 30 3B 41 20
Octal 205 203 34 0 2 117 60 73 101 40
Binary 10000101 10000011 11100 0 10 1001111 110000 111011 1000001 100000

Color Harmonies of #85831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85831C

Black with #85831C

Text Example


Text Example

White with #85831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85831C; }

 p { color: rgb(133,131,28); }

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

background-color css

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

 a { background-color: rgb(133,131,28); }

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

border-color css

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

 span { border-color: rgb(133,131,28); }

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