Html Css Color HEX #827345 Go Ben

📋 copy color: '#827345'

red 130 ◦ green 115 ◦ blue 69

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

Shades of Go Ben #827345

Tints of Go Ben #827345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 41.4%
G = 36.62%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#827345 (or 0x827345) is known color: Go Ben. HEX triplet: 82, 73 and 45. RGB value is (130,115,69). Sum of RGB (Red+Green+Blue) = 130+115+69=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827345 is #7D8CBA. Grayscale: #727272. Windows color (decimal): -8228027 or 4551554. OLE color: 4551554.

HSL color Cylindrical-coordinate representation of color #827345: hue angle of 45.25º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827345 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 69 -
CMYK 0 0.12 0.47 0.49
HSL 45.25º 0.31% 0.39% -
HSV(B) 45.25º 0.47% 0.51% -
XYZ 16.41 17.44 8.13 -
YUV 114.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 130 115 69 0 0.12 0.47 0.49 45.25 0.31 0.39
Hex 82 73 45 0 C 2F 31 2D 1F 27
Octal 202 163 105 0 14 57 61 55 37 47
Binary 10000010 1110011 1000101 0 1100 101111 110001 101101 11111 100111

Color Harmonies of #827345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827345

Black with #827345

Text Example


Text Example

White with #827345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827345; }

 p { color: rgb(130,115,69); }

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

background-color css

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

 a { background-color: rgb(130,115,69); }

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

border-color css

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

 span { border-color: rgb(130,115,69); }

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