Html Css Color HEX #837F55 Kokoda

📋 copy color: '#837F55'

red 131 ◦ green 127 ◦ blue 85

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

Shades of Kokoda #837F55

Tints of Kokoda #837F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 38.19%
G = 37.03%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#837F55 (or 0x837F55) is known color: Kokoda. HEX triplet: 83, 7F and 55. RGB value is (131,127,85). Sum of RGB (Red+Green+Blue) = 131+127+85=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #837F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F55 is #7C80AA. Grayscale: #7B7B7B. Windows color (decimal): -8159403 or 5603203. OLE color: 5603203.

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

Color convert

RGB 131 127 85 -
CMYK 0 0.03 0.35 0.49
HSL 54.78º 0.21% 0.42% -
HSV(B) 54.78º 0.35% 0.51% -
XYZ 18.59 20.66 11.6 -
YUV 123.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 131 127 85 0 0.03 0.35 0.49 54.78 0.21 0.42
Hex 83 7F 55 0 3 23 31 37 15 2A
Octal 203 177 125 0 3 43 61 67 25 52
Binary 10000011 1111111 1010101 0 11 100011 110001 110111 10101 101010

Color Harmonies of #837F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F55

Black with #837F55

Text Example


Text Example

White with #837F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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