Html Css Color HEX #837E5C Kokoda

📋 copy color: '#837E5C'

red 131 ◦ green 126 ◦ blue 92

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

Shades of Kokoda #837E5C

Tints of Kokoda #837E5C

RGB

 RED value IS 131 (51.56% from 255) = 37.54%

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 37.54%
G = 36.1%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#837E5C (or 0x837E5C) is known color: Kokoda. HEX triplet: 83, 7E and 5C. RGB value is (131,126,92). Sum of RGB (Red+Green+Blue) = 131+126+92=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5C is #7C81A3. Grayscale: #7B7B7B. Windows color (decimal): -8159652 or 6061699. OLE color: 6061699.

HSL color Cylindrical-coordinate representation of color #837E5C: hue angle of 52.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837E5C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 126 92 -
CMYK 0 0.04 0.30 0.49
HSL 52.31º 0.17% 0.44% -
HSV(B) 52.31º 0.3% 0.51% -
XYZ 18.75 20.52 13.1 -
YUV 123.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 131 126 92 0 0.04 0.30 0.49 52.31 0.17 0.44
Hex 83 7E 5C 0 4 1E 31 34 11 2C
Octal 203 176 134 0 4 36 61 64 21 54
Binary 10000011 1111110 1011100 0 100 11110 110001 110100 10001 101100

Color Harmonies of #837E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E5C

Black with #837E5C

Text Example


Text Example

White with #837E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837E5C; }

 p { color: rgb(131,126,92); }

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

background-color css

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

 a { background-color: rgb(131,126,92); }

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

border-color css

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

 span { border-color: rgb(131,126,92); }

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