Html Css Color HEX #85713D Go Ben

📋 copy color: '#85713D'

red 133 ◦ green 113 ◦ blue 61

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

Shades of Go Ben #85713D

Tints of Go Ben #85713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 43.32%
G = 36.81%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85713D (or 0x85713D) is known color: Go Ben. HEX triplet: 85, 71 and 3D. RGB value is (133,113,61). Sum of RGB (Red+Green+Blue) = 133+113+61=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85713D is #7A8EC2. Grayscale: #717171. Windows color (decimal): -8031939 or 4026757. OLE color: 4026757.

HSL color Cylindrical-coordinate representation of color #85713D: hue angle of 43.33º 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 #85713D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 61 -
CMYK 0 0.15 0.54 0.48
HSL 43.33º 0.37% 0.38% -
HSV(B) 43.33º 0.54% 0.52% -
XYZ 16.42 17.13 6.86 -
YUV 113.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 133 113 61 0 0.15 0.54 0.48 43.33 0.37 0.38
Hex 85 71 3D 0 F 36 30 2B 25 26
Octal 205 161 75 0 17 66 60 53 45 46
Binary 10000101 1110001 111101 0 1111 110110 110000 101011 100101 100110

Color Harmonies of #85713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85713D

Black with #85713D

Text Example


Text Example

White with #85713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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