Html Css Color HEX #85763D Go Ben

📋 copy color: '#85763D'

red 133 ◦ green 118 ◦ blue 61

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

Shades of Go Ben #85763D

Tints of Go Ben #85763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 42.63%
G = 37.82%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85763D (or 0x85763D) is known color: Go Ben. HEX triplet: 85, 76 and 3D. RGB value is (133,118,61). Sum of RGB (Red+Green+Blue) = 133+118+61=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85763D is #7A89C2. Grayscale: #747474. Windows color (decimal): -8030659 or 4028037. OLE color: 4028037.

HSL color Cylindrical-coordinate representation of color #85763D: hue angle of 47.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85763D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 61 -
CMYK 0 0.11 0.54 0.48
HSL 47.5º 0.37% 0.38% -
HSV(B) 47.5º 0.54% 0.52% -
XYZ 16.99 18.28 7.05 -
YUV 115.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 133 118 61 0 0.11 0.54 0.48 47.5 0.37 0.38
Hex 85 76 3D 0 B 36 30 30 25 26
Octal 205 166 75 0 13 66 60 60 45 46
Binary 10000101 1110110 111101 0 1011 110110 110000 110000 100101 100110

Color Harmonies of #85763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85763D

Black with #85763D

Text Example


Text Example

White with #85763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85763D; }

 p { color: rgb(133,118,61); }

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

background-color css

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

 a { background-color: rgb(133,118,61); }

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

border-color css

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

 span { border-color: rgb(133,118,61); }

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