Html Css Color HEX #837F4C Kokoda

📋 copy color: '#837F4C'

red 131 ◦ green 127 ◦ blue 76

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

Shades of Kokoda #837F4C

Tints of Kokoda #837F4C

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 39.22%
G = 38.02%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#837F4C (or 0x837F4C) is known color: Kokoda. HEX triplet: 83, 7F and 4C. RGB value is (131,127,76). Sum of RGB (Red+Green+Blue) = 131+127+76=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #837F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F4C is #7C80B3. Grayscale: #7A7A7A. Windows color (decimal): -8159412 or 5013379. OLE color: 5013379.

HSL color Cylindrical-coordinate representation of color #837F4C: hue angle of 55.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #837F4C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 76 -
CMYK 0 0.03 0.42 0.49
HSL 55.64º 0.27% 0.41% -
HSV(B) 55.64º 0.42% 0.51% -
XYZ 18.25 20.53 9.84 -
YUV 122.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 131 127 76 0 0.03 0.42 0.49 55.64 0.27 0.41
Hex 83 7F 4C 0 3 2A 31 38 1B 29
Octal 203 177 114 0 3 52 61 70 33 51
Binary 10000011 1111111 1001100 0 11 101010 110001 111000 11011 101001

Color Harmonies of #837F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F4C

Black with #837F4C

Text Example


Text Example

White with #837F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,76); }

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

background-color css

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

 a { background-color: rgb(131,127,76); }

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

border-color css

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

 span { border-color: rgb(131,127,76); }

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